Html Css Color HEX #A24712 Rich Gold

📋 copy color: '#A24712'

red 162 ◦ green 71 ◦ blue 18

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

Shades of Rich Gold #A24712

Tints of Rich Gold #A24712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 64.54%
G = 28.29%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24712 (or 0xA24712) is known color: Rich Gold. HEX triplet: A2, 47 and 12. RGB value is (162,71,18). Sum of RGB (Red+Green+Blue) = 162+71+18=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24712 is #5DB8ED. Grayscale: #5C5C5C. Windows color (decimal): -6142190 or 1197986. OLE color: 1197986.

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

Color convert

RGB 162 71 18 -
CMYK 0 0.56 0.89 0.36
HSL 22.08º 0.8% 0.35% -
HSV(B) 22.08º 0.89% 0.64% -
XYZ 17.26 12.23 2.02 -
YUV 92.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 162 71 18 0 0.56 0.89 0.36 22.08 0.8 0.35
Hex A2 47 12 0 38 59 24 16 50 23
Octal 242 107 22 0 70 131 44 26 120 43
Binary 10100010 1000111 10010 0 111000 1011001 100100 10110 1010000 100011

Color Harmonies of #A24712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24712

Black with #A24712

Text Example


Text Example

White with #A24712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24712; }

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

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

background-color css

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

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

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

border-color css

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

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

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