Html Css Color HEX #A04731 Rock Spray

📋 copy color: '#A04731'

red 160 ◦ green 71 ◦ blue 49

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

Shades of Rock Spray #A04731

Tints of Rock Spray #A04731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 57.14%
G = 25.36%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A04731 (or 0xA04731) is known color: Rock Spray. HEX triplet: A0, 47 and 31. RGB value is (160,71,49). Sum of RGB (Red+Green+Blue) = 160+71+49=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04731 is #5FB8CE. Grayscale: #5F5F5F. Windows color (decimal): -6273231 or 3229600. OLE color: 3229600.

HSL color Cylindrical-coordinate representation of color #A04731: hue angle of 11.89º 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 #A04731 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 49 -
CMYK 0 0.56 0.69 0.37
HSL 11.89º 0.53% 0.41% -
HSV(B) 11.89º 0.69% 0.63% -
XYZ 17.3 12.2 4.35 -
YUV 95.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 160 71 49 0 0.56 0.69 0.37 11.89 0.53 0.41
Hex A0 47 31 0 38 45 25 C 35 29
Octal 240 107 61 0 70 105 45 14 65 51
Binary 10100000 1000111 110001 0 111000 1000101 100101 1100 110101 101001

Color Harmonies of #A04731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04731

Black with #A04731

Text Example


Text Example

White with #A04731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04731; }

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

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

background-color css

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

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

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

border-color css

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

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

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