Html Css Color HEX #A49101 Dark Goldenrod

📋 copy color: '#A49101'

red 164 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #A49101

Tints of Dark Goldenrod #A49101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 52.9%
G = 46.77%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49101 (or 0xA49101) is known color: Dark Goldenrod. HEX triplet: A4, 91 and 01. RGB value is (164,145,1). Sum of RGB (Red+Green+Blue) = 164+145+1=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A49101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49101 is #5B6EFE. Grayscale: #868686. Windows color (decimal): -5992191 or 102820. OLE color: 102820.

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

Color convert

RGB 164 145 1 -
CMYK 0 0.12 0.99 0.36
HSL 53.01º 0.99% 0.32% -
HSV(B) 53.01º 0.99% 0.64% -
XYZ 25.44 28.15 4.12 -
YUV 134.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 164 145 1 0 0.12 0.99 0.36 53.01 0.99 0.32
Hex A4 91 1 0 C 63 24 35 63 20
Octal 244 221 1 0 14 143 44 65 143 40
Binary 10100100 10010001 1 0 1100 1100011 100100 110101 1100011 100000

Color Harmonies of #A49101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49101

Black with #A49101

Text Example


Text Example

White with #A49101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49101; }

 p { color: rgb(164,145,1); }

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

background-color css

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

 a { background-color: rgb(164,145,1); }

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

border-color css

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

 span { border-color: rgb(164,145,1); }

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