Html Css Color HEX #A24E11 Rich Gold

📋 copy color: '#A24E11'

red 162 ◦ green 78 ◦ blue 17

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

Shades of Rich Gold #A24E11

Tints of Rich Gold #A24E11

RGB

 RED value IS 162 (63.67% from 255) = 63.04%

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 63.04%
G = 30.35%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24E11 (or 0xA24E11) is known color: Rich Gold. HEX triplet: A2, 4E and 11. RGB value is (162,78,17). Sum of RGB (Red+Green+Blue) = 162+78+17=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24E11 is #5DB1EE. Grayscale: #606060. Windows color (decimal): -6140399 or 1134242. OLE color: 1134242.

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

Color convert

RGB 162 78 17 -
CMYK 0 0.52 0.90 0.36
HSL 25.24º 0.81% 0.35% -
HSV(B) 25.24º 0.9% 0.64% -
XYZ 17.73 13.17 2.14 -
YUV 96.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 162 78 17 0 0.52 0.90 0.36 25.24 0.81 0.35
Hex A2 4E 11 0 34 5A 24 19 51 23
Octal 242 116 21 0 64 132 44 31 121 43
Binary 10100010 1001110 10001 0 110100 1011010 100100 11001 1010001 100011

Color Harmonies of #A24E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E11

Black with #A24E11

Text Example


Text Example

White with #A24E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E11; }

 p { color: rgb(162,78,17); }

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

background-color css

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

 a { background-color: rgb(162,78,17); }

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

border-color css

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

 span { border-color: rgb(162,78,17); }

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