Html Css Color HEX #A24929 Rock Spray

📋 copy color: '#A24929'

red 162 ◦ green 73 ◦ blue 41

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

Shades of Rock Spray #A24929

Tints of Rock Spray #A24929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

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

R = 58.7%
G = 26.45%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A24929 (or 0xA24929) is known color: Rock Spray. HEX triplet: A2, 49 and 29. RGB value is (162,73,41). Sum of RGB (Red+Green+Blue) = 162+73+41=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A24929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24929 is #5DB6D6. Grayscale: #606060. Windows color (decimal): -6141655 or 2705826. OLE color: 2705826.

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

Color convert

RGB 162 73 41 -
CMYK 0 0.55 0.75 0.36
HSL 15.87º 0.6% 0.4% -
HSV(B) 15.87º 0.75% 0.64% -
XYZ 17.68 12.61 3.6 -
YUV 95.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 162 73 41 0 0.55 0.75 0.36 15.87 0.6 0.4
Hex A2 49 29 0 37 4B 24 10 3C 28
Octal 242 111 51 0 67 113 44 20 74 50
Binary 10100010 1001001 101001 0 110111 1001011 100100 10000 111100 101000

Color Harmonies of #A24929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24929

Black with #A24929

Text Example


Text Example

White with #A24929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24929; }

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

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

background-color css

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

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

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

border-color css

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

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

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