Html Css Color HEX #A9820C Dark Goldenrod

📋 copy color: '#A9820C'

red 169 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #A9820C

Tints of Dark Goldenrod #A9820C

RGB

 RED value IS 169 (66.41% from 255) = 54.34%

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 54.34%
G = 41.8%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9820C (or 0xA9820C) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 0C. RGB value is (169,130,12). Sum of RGB (Red+Green+Blue) = 169+130+12=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9820C is #567DF3. Grayscale: #808080. Windows color (decimal): -5668340 or 819881. OLE color: 819881.

HSL color Cylindrical-coordinate representation of color #A9820C: hue angle of 45.1º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9820C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 130 12 -
CMYK 0 0.23 0.93 0.34
HSL 45.1º 0.87% 0.35% -
HSV(B) 45.1º 0.93% 0.66% -
XYZ 24.41 24.43 3.78 -
YUV 128.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 169 130 12 0 0.23 0.93 0.34 45.1 0.87 0.35
Hex A9 82 C 0 17 5D 22 2D 57 23
Octal 251 202 14 0 27 135 42 55 127 43
Binary 10101001 10000010 1100 0 10111 1011101 100010 101101 1010111 100011

Color Harmonies of #A9820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9820C

Black with #A9820C

Text Example


Text Example

White with #A9820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9820C; }

 p { color: rgb(169,130,12); }

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

background-color css

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

 a { background-color: rgb(169,130,12); }

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

border-color css

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

 span { border-color: rgb(169,130,12); }

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