Html Css Color HEX #A18208 Dark Goldenrod

📋 copy color: '#A18208'

red 161 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #A18208

Tints of Dark Goldenrod #A18208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 53.85%
G = 43.48%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A18208 (or 0xA18208) is known color: Dark Goldenrod. HEX triplet: A1, 82 and 08. RGB value is (161,130,8). Sum of RGB (Red+Green+Blue) = 161+130+8=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A18208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18208 is #5E7DF7. Grayscale: #7D7D7D. Windows color (decimal): -6192632 or 557729. OLE color: 557729.

HSL color Cylindrical-coordinate representation of color #A18208: hue angle of 47.84º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18208 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 8 -
CMYK 0 0.19 0.95 0.37
HSL 47.84º 0.91% 0.33% -
HSV(B) 47.84º 0.95% 0.63% -
XYZ 22.72 23.56 3.58 -
YUV 125.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 161 130 8 0 0.19 0.95 0.37 47.84 0.91 0.33
Hex A1 82 8 0 13 5F 25 30 5B 21
Octal 241 202 10 0 23 137 45 60 133 41
Binary 10100001 10000010 1000 0 10011 1011111 100101 110000 1011011 100001

Color Harmonies of #A18208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18208

Black with #A18208

Text Example


Text Example

White with #A18208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18208; }

 p { color: rgb(161,130,8); }

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

background-color css

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

 a { background-color: rgb(161,130,8); }

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

border-color css

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

 span { border-color: rgb(161,130,8); }

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