Html Css Color HEX #A45521 Rich Gold

📋 copy color: '#A45521'

red 164 ◦ green 85 ◦ blue 33

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

Shades of Rich Gold #A45521

Tints of Rich Gold #A45521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 58.16%
G = 30.14%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A45521 (or 0xA45521) is known color: Rich Gold. HEX triplet: A4, 55 and 21. RGB value is (164,85,33). Sum of RGB (Red+Green+Blue) = 164+85+33=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A45521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45521 is #5BAADE. Grayscale: #666666. Windows color (decimal): -6007519 or 2184612. OLE color: 2184612.

HSL color Cylindrical-coordinate representation of color #A45521: hue angle of 23.82º 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 #A45521 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 33 -
CMYK 0 0.48 0.80 0.36
HSL 23.82º 0.66% 0.39% -
HSV(B) 23.82º 0.8% 0.64% -
XYZ 18.83 14.5 3.24 -
YUV 102.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 164 85 33 0 0.48 0.80 0.36 23.82 0.66 0.39
Hex A4 55 21 0 30 50 24 18 42 27
Octal 244 125 41 0 60 120 44 30 102 47
Binary 10100100 1010101 100001 0 110000 1010000 100100 11000 1000010 100111

Color Harmonies of #A45521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45521

Black with #A45521

Text Example


Text Example

White with #A45521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45521; }

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

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

background-color css

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

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

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

border-color css

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

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

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