Html Css Color HEX #A14F24 Rich Gold

📋 copy color: '#A14F24'

red 161 ◦ green 79 ◦ blue 36

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

Shades of Rich Gold #A14F24

Tints of Rich Gold #A14F24

RGB

 RED value IS 161 (63.28% from 255) = 58.33%

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 58.33%
G = 28.62%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A14F24 (or 0xA14F24) is known color: Rich Gold. HEX triplet: A1, 4F and 24. RGB value is (161,79,36). Sum of RGB (Red+Green+Blue) = 161+79+36=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F24 is #5EB0DB. Grayscale: #626262. Windows color (decimal): -6205660 or 2379681. OLE color: 2379681.

HSL color Cylindrical-coordinate representation of color #A14F24: hue angle of 20.64º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A14F24 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 79 36 -
CMYK 0 0.51 0.78 0.37
HSL 20.64º 0.63% 0.39% -
HSV(B) 20.64º 0.78% 0.63% -
XYZ 17.81 13.3 3.3 -
YUV 98.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 161 79 36 0 0.51 0.78 0.37 20.64 0.63 0.39
Hex A1 4F 24 0 33 4E 25 15 3F 27
Octal 241 117 44 0 63 116 45 25 77 47
Binary 10100001 1001111 100100 0 110011 1001110 100101 10101 111111 100111

Color Harmonies of #A14F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F24

Black with #A14F24

Text Example


Text Example

White with #A14F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F24; }

 p { color: rgb(161,79,36); }

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

background-color css

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

 a { background-color: rgb(161,79,36); }

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

border-color css

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

 span { border-color: rgb(161,79,36); }

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