Html Css Color HEX #A24B18 Rich Gold

📋 copy color: '#A24B18'

red 162 ◦ green 75 ◦ blue 24

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

Shades of Rich Gold #A24B18

Tints of Rich Gold #A24B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

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

R = 62.07%
G = 28.74%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24B18 (or 0xA24B18) is known color: Rich Gold. HEX triplet: A2, 4B and 18. RGB value is (162,75,24). Sum of RGB (Red+Green+Blue) = 162+75+24=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24B18 is #5DB4E7. Grayscale: #5F5F5F. Windows color (decimal): -6141160 or 1592226. OLE color: 1592226.

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

Color convert

RGB 162 75 24 -
CMYK 0 0.54 0.85 0.36
HSL 22.17º 0.74% 0.36% -
HSV(B) 22.17º 0.85% 0.64% -
XYZ 17.58 12.78 2.4 -
YUV 95.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 162 75 24 0 0.54 0.85 0.36 22.17 0.74 0.36
Hex A2 4B 18 0 36 55 24 16 4A 24
Octal 242 113 30 0 66 125 44 26 112 44
Binary 10100010 1001011 11000 0 110110 1010101 100100 10110 1001010 100100

Color Harmonies of #A24B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B18

Black with #A24B18

Text Example


Text Example

White with #A24B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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