Html Css Color HEX #A99205 Dark Goldenrod

📋 copy color: '#A99205'

red 169 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #A99205

Tints of Dark Goldenrod #A99205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 52.81%
G = 45.63%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A99205 (or 0xA99205) is known color: Dark Goldenrod. HEX triplet: A9, 92 and 05. RGB value is (169,146,5). Sum of RGB (Red+Green+Blue) = 169+146+5=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A99205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99205 is #566DFA. Grayscale: #898989. Windows color (decimal): -5664251 or 365225. OLE color: 365225.

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

Color convert

RGB 169 146 5 -
CMYK 0 0.14 0.97 0.34
HSL 51.59º 0.94% 0.34% -
HSV(B) 51.59º 0.97% 0.66% -
XYZ 26.67 29 4.34 -
YUV 136.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 169 146 5 0 0.14 0.97 0.34 51.59 0.94 0.34
Hex A9 92 5 0 E 61 22 34 5E 22
Octal 251 222 5 0 16 141 42 64 136 42
Binary 10101001 10010010 101 0 1110 1100001 100010 110100 1011110 100010

Color Harmonies of #A99205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99205

Black with #A99205

Text Example


Text Example

White with #A99205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99205; }

 p { color: rgb(169,146,5); }

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

background-color css

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

 a { background-color: rgb(169,146,5); }

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

border-color css

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

 span { border-color: rgb(169,146,5); }

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