Html Css Color HEX #A24218 Rich Gold

📋 copy color: '#A24218'

red 162 ◦ green 66 ◦ blue 24

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

Shades of Rich Gold #A24218

Tints of Rich Gold #A24218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 64.29%
G = 26.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24218 (or 0xA24218) is known color: Rich Gold. HEX triplet: A2, 42 and 18. RGB value is (162,66,24). Sum of RGB (Red+Green+Blue) = 162+66+24=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24218 is #5DBDE7. Grayscale: #5A5A5A. Windows color (decimal): -6143464 or 1589922. OLE color: 1589922.

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

Color convert

RGB 162 66 24 -
CMYK 0 0.59 0.85 0.36
HSL 18.26º 0.74% 0.36% -
HSV(B) 18.26º 0.85% 0.64% -
XYZ 17.01 11.64 2.21 -
YUV 89.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 162 66 24 0 0.59 0.85 0.36 18.26 0.74 0.36
Hex A2 42 18 0 3B 55 24 12 4A 24
Octal 242 102 30 0 73 125 44 22 112 44
Binary 10100010 1000010 11000 0 111011 1010101 100100 10010 1001010 100100

Color Harmonies of #A24218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24218

Black with #A24218

Text Example


Text Example

White with #A24218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24218; }

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

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

background-color css

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

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

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

border-color css

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

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

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