Html Css Color HEX #A04033 Rock Spray

📋 copy color: '#A04033'

red 160 ◦ green 64 ◦ blue 51

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

Shades of Rock Spray #A04033

Tints of Rock Spray #A04033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 58.18%
G = 23.27%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A04033 (or 0xA04033) is known color: Rock Spray. HEX triplet: A0, 40 and 33. RGB value is (160,64,51). Sum of RGB (Red+Green+Blue) = 160+64+51=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A04033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04033 is #5FBFCC. Grayscale: #5B5B5B. Windows color (decimal): -6275021 or 3358880. OLE color: 3358880.

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

Color convert

RGB 160 64 51 -
CMYK 0 0.6 0.68 0.37
HSL 7.16º 0.52% 0.41% -
HSV(B) 7.16º 0.68% 0.63% -
XYZ 16.93 11.38 4.44 -
YUV 91.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 160 64 51 0 0.6 0.68 0.37 7.16 0.52 0.41
Hex A0 40 33 0 3C 44 25 7 34 29
Octal 240 100 63 0 74 104 45 7 64 51
Binary 10100000 1000000 110011 0 111100 1000100 100101 111 110100 101001

Color Harmonies of #A04033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04033

Black with #A04033

Text Example


Text Example

White with #A04033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04033; }

 p { color: rgb(160,64,51); }

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

background-color css

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

 a { background-color: rgb(160,64,51); }

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

border-color css

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

 span { border-color: rgb(160,64,51); }

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