Html Css Color HEX #A44824 Rich Gold

📋 copy color: '#A44824'

red 164 ◦ green 72 ◦ blue 36

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

Shades of Rich Gold #A44824

Tints of Rich Gold #A44824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 60.29%
G = 26.47%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A44824 (or 0xA44824) is known color: Rich Gold. HEX triplet: A4, 48 and 24. RGB value is (164,72,36). Sum of RGB (Red+Green+Blue) = 164+72+36=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A44824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44824 is #5BB7DB. Grayscale: #5F5F5F. Windows color (decimal): -6010844 or 2377892. OLE color: 2377892.

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

Color convert

RGB 164 72 36 -
CMYK 0 0.56 0.78 0.36
HSL 16.88º 0.64% 0.39% -
HSV(B) 16.88º 0.78% 0.64% -
XYZ 17.95 12.65 3.17 -
YUV 95.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 164 72 36 0 0.56 0.78 0.36 16.88 0.64 0.39
Hex A4 48 24 0 38 4E 24 11 40 27
Octal 244 110 44 0 70 116 44 21 100 47
Binary 10100100 1001000 100100 0 111000 1001110 100100 10001 1000000 100111

Color Harmonies of #A44824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44824

Black with #A44824

Text Example


Text Example

White with #A44824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44824; }

 p { color: rgb(164,72,36); }

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

background-color css

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

 a { background-color: rgb(164,72,36); }

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

border-color css

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

 span { border-color: rgb(164,72,36); }

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