Html Css Color HEX #A24418 Rich Gold

📋 copy color: '#A24418'

red 162 ◦ green 68 ◦ blue 24

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

Shades of Rich Gold #A24418

Tints of Rich Gold #A24418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 63.78%
G = 26.77%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24418 (or 0xA24418) is known color: Rich Gold. HEX triplet: A2, 44 and 18. RGB value is (162,68,24). Sum of RGB (Red+Green+Blue) = 162+68+24=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A24418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24418 is #5DBBE7. Grayscale: #5B5B5B. Windows color (decimal): -6142952 or 1590434. OLE color: 1590434.

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

Color convert

RGB 162 68 24 -
CMYK 0 0.58 0.85 0.36
HSL 19.13º 0.74% 0.36% -
HSV(B) 19.13º 0.85% 0.64% -
XYZ 17.13 11.88 2.25 -
YUV 91.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 162 68 24 0 0.58 0.85 0.36 19.13 0.74 0.36
Hex A2 44 18 0 3A 55 24 13 4A 24
Octal 242 104 30 0 72 125 44 23 112 44
Binary 10100010 1000100 11000 0 111010 1010101 100100 10011 1001010 100100

Color Harmonies of #A24418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24418

Black with #A24418

Text Example


Text Example

White with #A24418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24418; }

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

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

background-color css

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

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

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

border-color css

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

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

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