Html Css Color HEX #A24A14 Rich Gold

📋 copy color: '#A24A14'

red 162 ◦ green 74 ◦ blue 20

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

Shades of Rich Gold #A24A14

Tints of Rich Gold #A24A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 63.28%
G = 28.91%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A24A14 (or 0xA24A14) is known color: Rich Gold. HEX triplet: A2, 4A and 14. RGB value is (162,74,20). Sum of RGB (Red+Green+Blue) = 162+74+20=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A14 is #5DB5EB. Grayscale: #5E5E5E. Windows color (decimal): -6141420 or 1329826. OLE color: 1329826.

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

Color convert

RGB 162 74 20 -
CMYK 0 0.54 0.88 0.36
HSL 22.82º 0.78% 0.36% -
HSV(B) 22.82º 0.88% 0.64% -
XYZ 17.48 12.63 2.18 -
YUV 94.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 162 74 20 0 0.54 0.88 0.36 22.82 0.78 0.36
Hex A2 4A 14 0 36 58 24 17 4E 24
Octal 242 112 24 0 66 130 44 27 116 44
Binary 10100010 1001010 10100 0 110110 1011000 100100 10111 1001110 100100

Color Harmonies of #A24A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A14

Black with #A24A14

Text Example


Text Example

White with #A24A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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