Html Css Color HEX #A18102 Dark Goldenrod

📋 copy color: '#A18102'

red 161 ◦ green 129 ◦ blue 2

#A18102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A18102

Tints of Dark Goldenrod #A18102

RGB

 RED value IS 161 (63.28% from 255) = 55.14%

 GREEN value IS 129 (50.78% from 255) = 44.18%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 55.14%
G = 44.18%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A18102 (or 0xA18102) is known color: Dark Goldenrod. HEX triplet: A1, 81 and 02. RGB value is (161,129,2). Sum of RGB (Red+Green+Blue) = 161+129+2=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A18102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18102 is #5E7EFD. Grayscale: #7C7C7C. Windows color (decimal): -6192894 or 164257. OLE color: 164257.

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

Color convert

RGB 161 129 2 -
CMYK 0 0.20 0.99 0.37
HSL 47.92º 0.98% 0.32% -
HSV(B) 47.92º 0.99% 0.63% -
XYZ 22.56 23.28 3.36 -
YUV 124.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 161 129 2 0 0.20 0.99 0.37 47.92 0.98 0.32
Hex A1 81 2 0 14 63 25 30 62 20
Octal 241 201 2 0 24 143 45 60 142 40
Binary 10100001 10000001 10 0 10100 1100011 100101 110000 1100010 100000

Color Harmonies of #A18102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18102

Black with #A18102

Text Example


Text Example

White with #A18102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18102; }

 p { color: rgb(161,129,2); }

 H1.HeaderClassName
 {
   color: #A18102;
 }
 .AnyTagClassName
 {
   color: #A18102;
 }
</style>

background-color css

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

 a { background-color: rgb(161,129,2); }

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

border-color css

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

 span { border-color: rgb(161,129,2); }

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