Html Css Color HEX #A45820 Rich Gold

📋 copy color: '#A45820'

red 164 ◦ green 88 ◦ blue 32

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

Shades of Rich Gold #A45820

Tints of Rich Gold #A45820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 57.75%
G = 30.99%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A45820 (or 0xA45820) is known color: Rich Gold. HEX triplet: A4, 58 and 20. RGB value is (164,88,32). Sum of RGB (Red+Green+Blue) = 164+88+32=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A45820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45820 is #5BA7DF. Grayscale: #686868. Windows color (decimal): -6006752 or 2119844. OLE color: 2119844.

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

Color convert

RGB 164 88 32 -
CMYK 0 0.46 0.80 0.36
HSL 25.45º 0.67% 0.38% -
HSV(B) 25.45º 0.8% 0.64% -
XYZ 19.06 14.98 3.25 -
YUV 104.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 164 88 32 0 0.46 0.80 0.36 25.45 0.67 0.38
Hex A4 58 20 0 2E 50 24 19 43 26
Octal 244 130 40 0 56 120 44 31 103 46
Binary 10100100 1011000 100000 0 101110 1010000 100100 11001 1000011 100110

Color Harmonies of #A45820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45820

Black with #A45820

Text Example


Text Example

White with #A45820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45820; }

 p { color: rgb(164,88,32); }

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

background-color css

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

 a { background-color: rgb(164,88,32); }

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

border-color css

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

 span { border-color: rgb(164,88,32); }

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