#A38802

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

Shades of Dark Goldenrod #A38802

Tints of Dark Goldenrod #A38802

Color information

#A38802 (or 0xA38802) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 88 and 02. RGB value is (163,136,2). Sum of RGB (Red+Green+Blue) = 163+136+2=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A38802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38802 is #5C77FD. Grayscale: #818181. Windows color (decimal): -6060030 or 166051. OLE color: 166051.

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

Color convert

RGB1631362-
CMYK00.170.990.36
HSL49.94º97.58%32.35%-
HSV(B)49.94º98.77%63.92%-
XYZ23.9225.43.7-
YUV128.856.45152.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=54.15%
G=45.18%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163136200.170.990.3649.9497.5832.35
HexA38820116324326220
Octal2432102021143446214240
Binary10100011100010001001000111000111001001100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38802; }

 p { color: rgb(163,136,2); }

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

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

 a { background-color: rgb(163,136,2); }

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

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

 span { border-color: rgb(163,136,2); }

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