Html Css Color HEX #A04231 Rock Spray

📋 copy color: '#A04231'

red 160 ◦ green 66 ◦ blue 49

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

Shades of Rock Spray #A04231

Tints of Rock Spray #A04231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 58.18%
G = 24%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A04231 (or 0xA04231) is known color: Rock Spray. HEX triplet: A0, 42 and 31. RGB value is (160,66,49). Sum of RGB (Red+Green+Blue) = 160+66+49=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A04231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04231 is #5FBDCE. Grayscale: #5C5C5C. Windows color (decimal): -6274511 or 3228320. OLE color: 3228320.

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

Color convert

RGB 160 66 49 -
CMYK 0 0.59 0.69 0.37
HSL 9.19º 0.53% 0.41% -
HSV(B) 9.19º 0.69% 0.63% -
XYZ 17 11.59 4.25 -
YUV 92.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 160 66 49 0 0.59 0.69 0.37 9.19 0.53 0.41
Hex A0 42 31 0 3B 45 25 9 35 29
Octal 240 102 61 0 73 105 45 11 65 51
Binary 10100000 1000010 110001 0 111011 1000101 100101 1001 110101 101001

Color Harmonies of #A04231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04231

Black with #A04231

Text Example


Text Example

White with #A04231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04231; }

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

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

background-color css

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

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

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

border-color css

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

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

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