Html Css Color HEX #A24C12 Rich Gold

📋 copy color: '#A24C12'

red 162 ◦ green 76 ◦ blue 18

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

Shades of Rich Gold #A24C12

Tints of Rich Gold #A24C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 63.28%
G = 29.69%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24C12 (or 0xA24C12) is known color: Rich Gold. HEX triplet: A2, 4C and 12. RGB value is (162,76,18). Sum of RGB (Red+Green+Blue) = 162+76+18=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C12 is #5DB3ED. Grayscale: #5F5F5F. Windows color (decimal): -6140910 or 1199266. OLE color: 1199266.

HSL color Cylindrical-coordinate representation of color #A24C12: hue angle of 24.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A24C12 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 76 18 -
CMYK 0 0.53 0.89 0.36
HSL 24.17º 0.8% 0.35% -
HSV(B) 24.17º 0.89% 0.64% -
XYZ 17.59 12.89 2.13 -
YUV 95.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 162 76 18 0 0.53 0.89 0.36 24.17 0.8 0.35
Hex A2 4C 12 0 35 59 24 18 50 23
Octal 242 114 22 0 65 131 44 30 120 43
Binary 10100010 1001100 10010 0 110101 1011001 100100 11000 1010000 100011

Color Harmonies of #A24C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C12

Black with #A24C12

Text Example


Text Example

White with #A24C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C12; }

 p { color: rgb(162,76,18); }

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

background-color css

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

 a { background-color: rgb(162,76,18); }

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

border-color css

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

 span { border-color: rgb(162,76,18); }

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