Html Css Color HEX #A44825 Rich Gold

📋 copy color: '#A44825'

red 164 ◦ green 72 ◦ blue 37

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

Shades of Rich Gold #A44825

Tints of Rich Gold #A44825

RGB

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

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

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

R = 60.07%
G = 26.37%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A44825 (or 0xA44825) is known color: Rich Gold. HEX triplet: A4, 48 and 25. RGB value is (164,72,37). Sum of RGB (Red+Green+Blue) = 164+72+37=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A44825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44825 is #5BB7DA. Grayscale: #5F5F5F. Windows color (decimal): -6010843 or 2443428. OLE color: 2443428.

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

Color convert

RGB 164 72 37 -
CMYK 0 0.56 0.77 0.36
HSL 16.54º 0.63% 0.39% -
HSV(B) 16.54º 0.77% 0.64% -
XYZ 17.96 12.66 3.25 -
YUV 95.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 164 72 37 0 0.56 0.77 0.36 16.54 0.63 0.39
Hex A4 48 25 0 38 4D 24 11 3F 27
Octal 244 110 45 0 70 115 44 21 77 47
Binary 10100100 1001000 100101 0 111000 1001101 100100 10001 111111 100111

Color Harmonies of #A44825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44825

Black with #A44825

Text Example


Text Example

White with #A44825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44825; }

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

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

background-color css

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

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

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

border-color css

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

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

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