#A38F03

Color #A38F03 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A38F03

Tints of Dark Goldenrod #A38F03

Color information

#A38F03 (or 0xA38F03) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 8F and 03. RGB value is (163,143,3). Sum of RGB (Red+Green+Blue) = 163+143+3=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38F03 is #5C70FC. Grayscale: #858585. Windows color (decimal): -6058237 or 233379. OLE color: 233379.

HSL color Cylindrical-coordinate representation of color #A38F03: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A38F03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1631433-
CMYK00.120.980.36
HSL52.5º96.39%32.55%-
HSV(B)52.5º98.16%63.92%-
XYZ24.9427.444.07-
YUV133.0254.63149.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=52.75%
G=46.28%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163143300.120.980.3652.596.3932.55
HexA38F30C6224346021
Octal2432173014142446414041
Binary1010001110001111110110011000101001001101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F03; }

 p { color: rgb(163,143,3); }

 H1.HeaderClassName
 {
   color: #A38F03;
 }
 .AnyTagClassName
 {
   color: #A38F03;
 }
</style>
background-color css

<style>
 a { background-color: #A38F03; }

 a { background-color: rgb(163,143,3); }

 div.DivClassName
 {
   background-color: #A38F03;
 }
 .BgClassName
 {
   background-color: #A38F03;
 }
</style>
border-color css

<style>
 span { border-color: #A38F03; }

 span { border-color: rgb(163,143,3); }

 td.TdClassName
 {
   border-color: #A38F03;
 }
 .TagClassName
 {
   border-color: #A38F03;
 }
</style>