Html Css Color HEX #A04835 Rock Spray

📋 copy color: '#A04835'

red 160 ◦ green 72 ◦ blue 53

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

Shades of Rock Spray #A04835

Tints of Rock Spray #A04835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 56.14%
G = 25.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A04835 (or 0xA04835) is known color: Rock Spray. HEX triplet: A0, 48 and 35. RGB value is (160,72,53). Sum of RGB (Red+Green+Blue) = 160+72+53=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04835 is #5FB7CA. Grayscale: #606060. Windows color (decimal): -6272971 or 3492000. OLE color: 3492000.

HSL color Cylindrical-coordinate representation of color #A04835: hue angle of 10.65º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04835 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 53 -
CMYK 0 0.55 0.67 0.37
HSL 10.65º 0.5% 0.42% -
HSV(B) 10.65º 0.67% 0.63% -
XYZ 17.46 12.37 4.83 -
YUV 96.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 160 72 53 0 0.55 0.67 0.37 10.65 0.5 0.42
Hex A0 48 35 0 37 43 25 B 32 2A
Octal 240 110 65 0 67 103 45 13 62 52
Binary 10100000 1001000 110101 0 110111 1000011 100101 1011 110010 101010

Color Harmonies of #A04835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04835

Black with #A04835

Text Example


Text Example

White with #A04835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04835; }

 p { color: rgb(160,72,53); }

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

background-color css

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

 a { background-color: rgb(160,72,53); }

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

border-color css

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

 span { border-color: rgb(160,72,53); }

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