Html Css Color HEX #A44E12 Rich Gold

📋 copy color: '#A44E12'

red 164 ◦ green 78 ◦ blue 18

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

Shades of Rich Gold #A44E12

Tints of Rich Gold #A44E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 63.08%
G = 30%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44E12 (or 0xA44E12) is known color: Rich Gold. HEX triplet: A4, 4E and 12. RGB value is (164,78,18). Sum of RGB (Red+Green+Blue) = 164+78+18=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E12 is #5BB1ED. Grayscale: #616161. Windows color (decimal): -6009326 or 1199780. OLE color: 1199780.

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

Color convert

RGB 164 78 18 -
CMYK 0 0.52 0.89 0.36
HSL 24.66º 0.8% 0.36% -
HSV(B) 24.66º 0.89% 0.64% -
XYZ 18.14 13.38 2.2 -
YUV 96.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 164 78 18 0 0.52 0.89 0.36 24.66 0.8 0.36
Hex A4 4E 12 0 34 59 24 19 50 24
Octal 244 116 22 0 64 131 44 31 120 44
Binary 10100100 1001110 10010 0 110100 1011001 100100 11001 1010000 100100

Color Harmonies of #A44E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E12

Black with #A44E12

Text Example


Text Example

White with #A44E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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