Html Css Color HEX #A1820A Dark Goldenrod

📋 copy color: '#A1820A'

red 161 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #A1820A

Tints of Dark Goldenrod #A1820A

RGB

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

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

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

R = 53.49%
G = 43.19%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1820A (or 0xA1820A) is known color: Dark Goldenrod. HEX triplet: A1, 82 and 0A. RGB value is (161,130,10). Sum of RGB (Red+Green+Blue) = 161+130+10=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1820A is #5E7DF5. Grayscale: #7E7E7E. Windows color (decimal): -6192630 or 688801. OLE color: 688801.

HSL color Cylindrical-coordinate representation of color #A1820A: hue angle of 47.68º 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 #A1820A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 10 -
CMYK 0 0.19 0.94 0.37
HSL 47.68º 0.88% 0.34% -
HSV(B) 47.68º 0.94% 0.63% -
XYZ 22.74 23.56 3.64 -
YUV 125.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 161 130 10 0 0.19 0.94 0.37 47.68 0.88 0.34
Hex A1 82 A 0 13 5E 25 30 58 22
Octal 241 202 12 0 23 136 45 60 130 42
Binary 10100001 10000010 1010 0 10011 1011110 100101 110000 1011000 100010

Color Harmonies of #A1820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1820A

Black with #A1820A

Text Example


Text Example

White with #A1820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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