Html Css Color HEX #A24A15 Rich Gold

📋 copy color: '#A24A15'

red 162 ◦ green 74 ◦ blue 21

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

Shades of Rich Gold #A24A15

Tints of Rich Gold #A24A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 63.04%
G = 28.79%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A24A15 (or 0xA24A15) is known color: Rich Gold. HEX triplet: A2, 4A and 15. RGB value is (162,74,21). Sum of RGB (Red+Green+Blue) = 162+74+21=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A15 is #5DB5EA. Grayscale: #5E5E5E. Windows color (decimal): -6141419 or 1395362. OLE color: 1395362.

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

Color convert

RGB 162 74 21 -
CMYK 0 0.54 0.87 0.36
HSL 22.55º 0.77% 0.36% -
HSV(B) 22.55º 0.87% 0.64% -
XYZ 17.48 12.63 2.23 -
YUV 94.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 162 74 21 0 0.54 0.87 0.36 22.55 0.77 0.36
Hex A2 4A 15 0 36 57 24 17 4D 24
Octal 242 112 25 0 66 127 44 27 115 44
Binary 10100010 1001010 10101 0 110110 1010111 100100 10111 1001101 100100

Color Harmonies of #A24A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A15

Black with #A24A15

Text Example


Text Example

White with #A24A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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