Html Css Color HEX #A45011 Rich Gold

📋 copy color: '#A45011'

red 164 ◦ green 80 ◦ blue 17

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

Shades of Rich Gold #A45011

Tints of Rich Gold #A45011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 62.84%
G = 30.65%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A45011 (or 0xA45011) is known color: Rich Gold. HEX triplet: A4, 50 and 11. RGB value is (164,80,17). Sum of RGB (Red+Green+Blue) = 164+80+17=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A45011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45011 is #5BAFEE. Grayscale: #626262. Windows color (decimal): -6008815 or 1134756. OLE color: 1134756.

HSL color Cylindrical-coordinate representation of color #A45011: hue angle of 25.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A45011 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 17 -
CMYK 0 0.51 0.90 0.36
HSL 25.71º 0.81% 0.35% -
HSV(B) 25.71º 0.9% 0.64% -
XYZ 18.28 13.67 2.21 -
YUV 97.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 164 80 17 0 0.51 0.90 0.36 25.71 0.81 0.35
Hex A4 50 11 0 33 5A 24 1A 51 23
Octal 244 120 21 0 63 132 44 32 121 43
Binary 10100100 1010000 10001 0 110011 1011010 100100 11010 1010001 100011

Color Harmonies of #A45011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45011

Black with #A45011

Text Example


Text Example

White with #A45011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45011; }

 p { color: rgb(164,80,17); }

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

background-color css

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

 a { background-color: rgb(164,80,17); }

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

border-color css

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

 span { border-color: rgb(164,80,17); }

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