Html Css Color HEX #A18A0A Dark Goldenrod

📋 copy color: '#A18A0A'

red 161 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #A18A0A

Tints of Dark Goldenrod #A18A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.66%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 52.1%
G = 44.66%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A18A0A (or 0xA18A0A) is known color: Dark Goldenrod. HEX triplet: A1, 8A and 0A. RGB value is (161,138,10). Sum of RGB (Red+Green+Blue) = 161+138+10=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A0A is #5E75F5. Grayscale: #828282. Windows color (decimal): -6190582 or 690849. OLE color: 690849.

HSL color Cylindrical-coordinate representation of color #A18A0A: hue angle of 50.86º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A18A0A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 138 10 -
CMYK 0 0.14 0.94 0.37
HSL 50.86º 0.88% 0.34% -
HSV(B) 50.86º 0.94% 0.63% -
XYZ 23.84 25.78 4.01 -
YUV 130.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 161 138 10 0 0.14 0.94 0.37 50.86 0.88 0.34
Hex A1 8A A 0 E 5E 25 33 58 22
Octal 241 212 12 0 16 136 45 63 130 42
Binary 10100001 10001010 1010 0 1110 1011110 100101 110011 1011000 100010

Color Harmonies of #A18A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A0A

Black with #A18A0A

Text Example


Text Example

White with #A18A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A0A; }

 p { color: rgb(161,138,10); }

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

background-color css

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

 a { background-color: rgb(161,138,10); }

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

border-color css

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

 span { border-color: rgb(161,138,10); }

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