Html Css Color HEX #A24818 Rich Gold

📋 copy color: '#A24818'

red 162 ◦ green 72 ◦ blue 24

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

Shades of Rich Gold #A24818

Tints of Rich Gold #A24818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 62.79%
G = 27.91%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24818 (or 0xA24818) is known color: Rich Gold. HEX triplet: A2, 48 and 18. RGB value is (162,72,24). Sum of RGB (Red+Green+Blue) = 162+72+24=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A24818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24818 is #5DB7E7. Grayscale: #5D5D5D. Windows color (decimal): -6141928 or 1591458. OLE color: 1591458.

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

Color convert

RGB 162 72 24 -
CMYK 0 0.56 0.85 0.36
HSL 20.87º 0.74% 0.36% -
HSV(B) 20.87º 0.85% 0.64% -
XYZ 17.38 12.38 2.34 -
YUV 93.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 162 72 24 0 0.56 0.85 0.36 20.87 0.74 0.36
Hex A2 48 18 0 38 55 24 15 4A 24
Octal 242 110 30 0 70 125 44 25 112 44
Binary 10100010 1001000 11000 0 111000 1010101 100100 10101 1001010 100100

Color Harmonies of #A24818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24818

Black with #A24818

Text Example


Text Example

White with #A24818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24818; }

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

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

background-color css

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

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

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

border-color css

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

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

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