Html Css Color HEX #A24118 Rich Gold

📋 copy color: '#A24118'

red 162 ◦ green 65 ◦ blue 24

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

Shades of Rich Gold #A24118

Tints of Rich Gold #A24118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 64.54%
G = 25.9%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24118 (or 0xA24118) is known color: Rich Gold. HEX triplet: A2, 41 and 18. RGB value is (162,65,24). Sum of RGB (Red+Green+Blue) = 162+65+24=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24118 is #5DBEE7. Grayscale: #595959. Windows color (decimal): -6143720 or 1589666. OLE color: 1589666.

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

Color convert

RGB 162 65 24 -
CMYK 0 0.60 0.85 0.36
HSL 17.83º 0.74% 0.36% -
HSV(B) 17.83º 0.85% 0.64% -
XYZ 16.96 11.53 2.2 -
YUV 89.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 162 65 24 0 0.60 0.85 0.36 17.83 0.74 0.36
Hex A2 41 18 0 3C 55 24 12 4A 24
Octal 242 101 30 0 74 125 44 22 112 44
Binary 10100010 1000001 11000 0 111100 1010101 100100 10010 1001010 100100

Color Harmonies of #A24118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24118

Black with #A24118

Text Example


Text Example

White with #A24118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24118; }

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

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

background-color css

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

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

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

border-color css

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

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

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