Html Css Color HEX #A49200 Dark Goldenrod

📋 copy color: '#A49200'

red 164 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #A49200

Tints of Dark Goldenrod #A49200

RGB

 RED value IS 164 (64.45% from 255) = 52.9%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.9%
G = 47.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A49200 (or 0xA49200) is known color: Dark Goldenrod. HEX triplet: A4, 92 and 00. RGB value is (164,146,0). Sum of RGB (Red+Green+Blue) = 164+146+0=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A49200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49200 is #5B6DFF. Grayscale: #878787. Windows color (decimal): -5991936 or 37540. OLE color: 37540.

HSL color Cylindrical-coordinate representation of color #A49200: hue angle of 53.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A49200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 0 -
CMYK 0 0.11 1 0.36
HSL 53.41º 1% 0.32% -
HSV(B) 53.41º 1% 0.64% -
XYZ 25.59 28.45 4.14 -
YUV 134.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 164 146 0 0 0.11 1 0.36 53.41 1 0.32
Hex A4 92 0 0 B 64 24 35 64 20
Octal 244 222 0 0 13 144 44 65 144 40
Binary 10100100 10010010 0 0 1011 1100100 100100 110101 1100100 100000

Color Harmonies of #A49200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49200

Black with #A49200

Text Example


Text Example

White with #A49200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49200; }

 p { color: rgb(164,146,0); }

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

background-color css

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

 a { background-color: rgb(164,146,0); }

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

border-color css

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

 span { border-color: rgb(164,146,0); }

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