Html Css Color HEX #A24831 Rock Spray

📋 copy color: '#A24831'

red 162 ◦ green 72 ◦ blue 49

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

Shades of Rock Spray #A24831

Tints of Rock Spray #A24831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 57.24%
G = 25.44%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A24831 (or 0xA24831) is known color: Rock Spray. HEX triplet: A2, 48 and 31. RGB value is (162,72,49). Sum of RGB (Red+Green+Blue) = 162+72+49=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24831 is #5DB7CE. Grayscale: #606060. Windows color (decimal): -6141903 or 3229858. OLE color: 3229858.

HSL color Cylindrical-coordinate representation of color #A24831: hue angle of 12.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24831 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 49 -
CMYK 0 0.56 0.70 0.36
HSL 12.21º 0.54% 0.41% -
HSV(B) 12.21º 0.7% 0.64% -
XYZ 17.77 12.54 4.39 -
YUV 96.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 162 72 49 0 0.56 0.70 0.36 12.21 0.54 0.41
Hex A2 48 31 0 38 46 24 C 36 29
Octal 242 110 61 0 70 106 44 14 66 51
Binary 10100010 1001000 110001 0 111000 1000110 100100 1100 110110 101001

Color Harmonies of #A24831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24831

Black with #A24831

Text Example


Text Example

White with #A24831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24831; }

 p { color: rgb(162,72,49); }

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

background-color css

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

 a { background-color: rgb(162,72,49); }

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

border-color css

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

 span { border-color: rgb(162,72,49); }

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