Html Css Color HEX #A04A31 Rock Spray

📋 copy color: '#A04A31'

red 160 ◦ green 74 ◦ blue 49

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

Shades of Rock Spray #A04A31

Tints of Rock Spray #A04A31

RGB

 RED value IS 160 (62.89% from 255) = 56.54%

 GREEN value IS 74 (29.3% from 255) = 26.15%

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

R = 56.54%
G = 26.15%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A04A31 (or 0xA04A31) is known color: Rock Spray. HEX triplet: A0, 4A and 31. RGB value is (160,74,49). Sum of RGB (Red+Green+Blue) = 160+74+49=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A31 is #5FB5CE. Grayscale: #616161. Windows color (decimal): -6272463 or 3230368. OLE color: 3230368.

HSL color Cylindrical-coordinate representation of color #A04A31: hue angle of 13.51º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04A31 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 74 49 -
CMYK 0 0.54 0.69 0.37
HSL 13.51º 0.53% 0.41% -
HSV(B) 13.51º 0.69% 0.63% -
XYZ 17.5 12.59 4.41 -
YUV 96.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 160 74 49 0 0.54 0.69 0.37 13.51 0.53 0.41
Hex A0 4A 31 0 36 45 25 E 35 29
Octal 240 112 61 0 66 105 45 16 65 51
Binary 10100000 1001010 110001 0 110110 1000101 100101 1110 110101 101001

Color Harmonies of #A04A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A31

Black with #A04A31

Text Example


Text Example

White with #A04A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A31; }

 p { color: rgb(160,74,49); }

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

background-color css

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

 a { background-color: rgb(160,74,49); }

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

border-color css

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

 span { border-color: rgb(160,74,49); }

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