Html Css Color HEX #A44C25 Rich Gold

📋 copy color: '#A44C25'

red 164 ◦ green 76 ◦ blue 37

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

Shades of Rich Gold #A44C25

Tints of Rich Gold #A44C25

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 59.21%
G = 27.44%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A44C25 (or 0xA44C25) is known color: Rich Gold. HEX triplet: A4, 4C and 25. RGB value is (164,76,37). Sum of RGB (Red+Green+Blue) = 164+76+37=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C25 is #5BB3DA. Grayscale: #626262. Windows color (decimal): -6009819 or 2444452. OLE color: 2444452.

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

Color convert

RGB 164 76 37 -
CMYK 0 0.54 0.77 0.36
HSL 18.43º 0.63% 0.39% -
HSV(B) 18.43º 0.77% 0.64% -
XYZ 18.23 13.19 3.34 -
YUV 97.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 164 76 37 0 0.54 0.77 0.36 18.43 0.63 0.39
Hex A4 4C 25 0 36 4D 24 12 3F 27
Octal 244 114 45 0 66 115 44 22 77 47
Binary 10100100 1001100 100101 0 110110 1001101 100100 10010 111111 100111

Color Harmonies of #A44C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C25

Black with #A44C25

Text Example


Text Example

White with #A44C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C25; }

 p { color: rgb(164,76,37); }

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

background-color css

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

 a { background-color: rgb(164,76,37); }

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

border-color css

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

 span { border-color: rgb(164,76,37); }

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