Html Css Color HEX #A45021 Rich Gold

📋 copy color: '#A45021'

red 164 ◦ green 80 ◦ blue 33

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

Shades of Rich Gold #A45021

Tints of Rich Gold #A45021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 59.21%
G = 28.88%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A45021 (or 0xA45021) is known color: Rich Gold. HEX triplet: A4, 50 and 21. RGB value is (164,80,33). Sum of RGB (Red+Green+Blue) = 164+80+33=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A45021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45021 is #5BAFDE. Grayscale: #646464. Windows color (decimal): -6008799 or 2183332. OLE color: 2183332.

HSL color Cylindrical-coordinate representation of color #A45021: hue angle of 21.53º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A45021 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 33 -
CMYK 0 0.51 0.80 0.36
HSL 21.53º 0.66% 0.39% -
HSV(B) 21.53º 0.8% 0.64% -
XYZ 18.45 13.74 3.12 -
YUV 99.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 164 80 33 0 0.51 0.80 0.36 21.53 0.66 0.39
Hex A4 50 21 0 33 50 24 16 42 27
Octal 244 120 41 0 63 120 44 26 102 47
Binary 10100100 1010000 100001 0 110011 1010000 100100 10110 1000010 100111

Color Harmonies of #A45021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45021

Black with #A45021

Text Example


Text Example

White with #A45021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45021; }

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

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

background-color css

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

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

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

border-color css

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

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

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