Html Css Color HEX #A44E25 Rich Gold

📋 copy color: '#A44E25'

red 164 ◦ green 78 ◦ blue 37

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

Shades of Rich Gold #A44E25

Tints of Rich Gold #A44E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 58.78%
G = 27.96%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A44E25 (or 0xA44E25) is known color: Rich Gold. HEX triplet: A4, 4E and 25. RGB value is (164,78,37). Sum of RGB (Red+Green+Blue) = 164+78+37=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E25 is #5BB1DA. Grayscale: #636363. Windows color (decimal): -6009307 or 2444964. OLE color: 2444964.

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

Color convert

RGB 164 78 37 -
CMYK 0 0.52 0.77 0.36
HSL 19.37º 0.63% 0.39% -
HSV(B) 19.37º 0.77% 0.64% -
XYZ 18.37 13.47 3.38 -
YUV 99.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 164 78 37 0 0.52 0.77 0.36 19.37 0.63 0.39
Hex A4 4E 25 0 34 4D 24 13 3F 27
Octal 244 116 45 0 64 115 44 23 77 47
Binary 10100100 1001110 100101 0 110100 1001101 100100 10011 111111 100111

Color Harmonies of #A44E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E25

Black with #A44E25

Text Example


Text Example

White with #A44E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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