Html Css Color HEX #A24812 Rich Gold

📋 copy color: '#A24812'

red 162 ◦ green 72 ◦ blue 18

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

Shades of Rich Gold #A24812

Tints of Rich Gold #A24812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 64.29%
G = 28.57%
B = 7.14%

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

#A24812 (or 0xA24812) is known color: Rich Gold. HEX triplet: A2, 48 and 12. RGB value is (162,72,18). Sum of RGB (Red+Green+Blue) = 162+72+18=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24812 is #5DB7ED. Grayscale: #5D5D5D. Windows color (decimal): -6141934 or 1198242. OLE color: 1198242.

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

Color convert

RGB 162 72 18 -
CMYK 0 0.56 0.89 0.36
HSL 22.5º 0.8% 0.35% -
HSV(B) 22.5º 0.89% 0.64% -
XYZ 17.33 12.36 2.04 -
YUV 92.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 162 72 18 0 0.56 0.89 0.36 22.5 0.8 0.35
Hex A2 48 12 0 38 59 24 16 50 23
Octal 242 110 22 0 70 131 44 26 120 43
Binary 10100010 1001000 10010 0 111000 1011001 100100 10110 1010000 100011

Color Harmonies of #A24812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24812

Black with #A24812

Text Example


Text Example

White with #A24812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24812; }

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

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

background-color css

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

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

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

border-color css

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

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

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