#A38008

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

Shades of Dark Goldenrod #A38008

Tints of Dark Goldenrod #A38008

Color information

#A38008 (or 0xA38008) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 80 and 08. RGB value is (163,128,8). Sum of RGB (Red+Green+Blue) = 163+128+8=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A38008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38008 is #5C7FF7. Grayscale: #7D7D7D. Windows color (decimal): -6062072 or 557219. OLE color: 557219.

HSL color Cylindrical-coordinate representation of color #A38008: hue angle of 46.45º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A38008 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1631288-
CMYK00.210.950.36
HSL46.45º90.64%33.53%-
HSV(B)46.45º95.09%63.92%-
XYZ22.8723.243.51-
YUV124.7862.1155.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=54.52%
G=42.81%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163128800.210.950.3646.4590.6433.53
HexA38080155F242e5b22
Octal24320010025137445613342
Binary1010001110000000100001010110111111001001011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38008; }

 p { color: rgb(163,128,8); }

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

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

 a { background-color: rgb(163,128,8); }

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

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

 span { border-color: rgb(163,128,8); }

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