#A38908

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

Shades of Dark Goldenrod #A38908

Tints of Dark Goldenrod #A38908

Color information

#A38908 (or 0xA38908) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 89 and 08. RGB value is (163,137,8). Sum of RGB (Red+Green+Blue) = 163+137+8=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A38908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38908 is #5C76F7. Grayscale: #828282. Windows color (decimal): -6059768 or 559523. OLE color: 559523.

HSL color Cylindrical-coordinate representation of color #A38908: hue angle of 49.94º 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 #A38908 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1631378-
CMYK00.160.950.36
HSL49.94º90.64%33.53%-
HSV(B)49.94º95.09%63.92%-
XYZ24.0925.73.92-
YUV130.0759.11151.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=52.92%
G=44.48%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163137800.160.950.3649.9490.6433.53
HexA38980105F24325b22
Octal24321110020137446213342
Binary1010001110001001100001000010111111001001100101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38908; }

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

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

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

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

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

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

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

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