Html Css Color HEX #A24018 Rock Spray

📋 copy color: '#A24018'

red 162 ◦ green 64 ◦ blue 24

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

Shades of Rock Spray #A24018

Tints of Rock Spray #A24018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 64.8%
G = 25.6%
B = 9.6%

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

#A24018 (or 0xA24018) is known color: Rock Spray. HEX triplet: A2, 40 and 18. RGB value is (162,64,24). Sum of RGB (Red+Green+Blue) = 162+64+24=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A24018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24018 is #5DBFE7. Grayscale: #595959. Windows color (decimal): -6143976 or 1589410. OLE color: 1589410.

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

Color convert

RGB 162 64 24 -
CMYK 0 0.60 0.85 0.36
HSL 17.39º 0.74% 0.36% -
HSV(B) 17.39º 0.85% 0.64% -
XYZ 16.9 11.41 2.18 -
YUV 88.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 162 64 24 0 0.60 0.85 0.36 17.39 0.74 0.36
Hex A2 40 18 0 3C 55 24 11 4A 24
Octal 242 100 30 0 74 125 44 21 112 44
Binary 10100010 1000000 11000 0 111100 1010101 100100 10001 1001010 100100

Color Harmonies of #A24018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24018

Black with #A24018

Text Example


Text Example

White with #A24018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24018; }

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

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

background-color css

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

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

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

border-color css

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

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

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