Html Css Color HEX #A44A24 Rich Gold

📋 copy color: '#A44A24'

red 164 ◦ green 74 ◦ blue 36

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

Shades of Rich Gold #A44A24

Tints of Rich Gold #A44A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 59.85%
G = 27.01%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A44A24 (or 0xA44A24) is known color: Rich Gold. HEX triplet: A4, 4A and 24. RGB value is (164,74,36). Sum of RGB (Red+Green+Blue) = 164+74+36=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A24 is #5BB5DB. Grayscale: #606060. Windows color (decimal): -6010332 or 2378404. OLE color: 2378404.

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

Color convert

RGB 164 74 36 -
CMYK 0 0.55 0.78 0.36
HSL 17.81º 0.64% 0.39% -
HSV(B) 17.81º 0.78% 0.64% -
XYZ 18.08 12.92 3.21 -
YUV 96.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 164 74 36 0 0.55 0.78 0.36 17.81 0.64 0.39
Hex A4 4A 24 0 37 4E 24 12 40 27
Octal 244 112 44 0 67 116 44 22 100 47
Binary 10100100 1001010 100100 0 110111 1001110 100100 10010 1000000 100111

Color Harmonies of #A44A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A24

Black with #A44A24

Text Example


Text Example

White with #A44A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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