Html Css Color HEX #A24A11 Rich Gold

📋 copy color: '#A24A11'

red 162 ◦ green 74 ◦ blue 17

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

Shades of Rich Gold #A24A11

Tints of Rich Gold #A24A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

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

R = 64.03%
G = 29.25%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24A11 (or 0xA24A11) is known color: Rich Gold. HEX triplet: A2, 4A and 11. RGB value is (162,74,17). Sum of RGB (Red+Green+Blue) = 162+74+17=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A11 is #5DB5EE. Grayscale: #5E5E5E. Windows color (decimal): -6141423 or 1133218. OLE color: 1133218.

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

Color convert

RGB 162 74 17 -
CMYK 0 0.54 0.90 0.36
HSL 23.59º 0.81% 0.35% -
HSV(B) 23.59º 0.9% 0.64% -
XYZ 17.45 12.62 2.05 -
YUV 93.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 162 74 17 0 0.54 0.90 0.36 23.59 0.81 0.35
Hex A2 4A 11 0 36 5A 24 18 51 23
Octal 242 112 21 0 66 132 44 30 121 43
Binary 10100010 1001010 10001 0 110110 1011010 100100 11000 1010001 100011

Color Harmonies of #A24A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A11

Black with #A24A11

Text Example


Text Example

White with #A24A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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