Html Css Color HEX #A24129 Rock Spray

📋 copy color: '#A24129'

red 162 ◦ green 65 ◦ blue 41

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

Shades of Rock Spray #A24129

Tints of Rock Spray #A24129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 60.45%
G = 24.25%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A24129 (or 0xA24129) is known color: Rock Spray. HEX triplet: A2, 41 and 29. RGB value is (162,65,41). Sum of RGB (Red+Green+Blue) = 162+65+41=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A24129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24129 is #5DBED6. Grayscale: #5B5B5B. Windows color (decimal): -6143703 or 2703778. OLE color: 2703778.

HSL color Cylindrical-coordinate representation of color #A24129: hue angle of 11.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A24129 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 41 -
CMYK 0 0.60 0.75 0.36
HSL 11.9º 0.6% 0.4% -
HSV(B) 11.9º 0.75% 0.64% -
XYZ 17.19 11.62 3.44 -
YUV 91.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 162 65 41 0 0.60 0.75 0.36 11.9 0.6 0.4
Hex A2 41 29 0 3C 4B 24 C 3C 28
Octal 242 101 51 0 74 113 44 14 74 50
Binary 10100010 1000001 101001 0 111100 1001011 100100 1100 111100 101000

Color Harmonies of #A24129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24129

Black with #A24129

Text Example


Text Example

White with #A24129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24129; }

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

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

background-color css

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

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

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

border-color css

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

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

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