Html Css Color HEX #A44520 Rich Gold

📋 copy color: '#A44520'

red 164 ◦ green 69 ◦ blue 32

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

Shades of Rich Gold #A44520

Tints of Rich Gold #A44520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 61.89%
G = 26.04%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A44520 (or 0xA44520) is known color: Rich Gold. HEX triplet: A4, 45 and 20. RGB value is (164,69,32). Sum of RGB (Red+Green+Blue) = 164+69+32=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A44520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44520 is #5BBADF. Grayscale: #5D5D5D. Windows color (decimal): -6011616 or 2114980. OLE color: 2114980.

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

Color convert

RGB 164 69 32 -
CMYK 0 0.58 0.80 0.36
HSL 16.82º 0.67% 0.38% -
HSV(B) 16.82º 0.8% 0.64% -
XYZ 17.7 12.25 2.8 -
YUV 93.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 164 69 32 0 0.58 0.80 0.36 16.82 0.67 0.38
Hex A4 45 20 0 3A 50 24 11 43 26
Octal 244 105 40 0 72 120 44 21 103 46
Binary 10100100 1000101 100000 0 111010 1010000 100100 10001 1000011 100110

Color Harmonies of #A44520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44520

Black with #A44520

Text Example


Text Example

White with #A44520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44520; }

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

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

background-color css

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

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

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

border-color css

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

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

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