Html Css Color HEX #A04735 Rock Spray

📋 copy color: '#A04735'

red 160 ◦ green 71 ◦ blue 53

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

Shades of Rock Spray #A04735

Tints of Rock Spray #A04735

RGB

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

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

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

R = 56.34%
G = 25%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A04735 (or 0xA04735) is known color: Rock Spray. HEX triplet: A0, 47 and 35. RGB value is (160,71,53). Sum of RGB (Red+Green+Blue) = 160+71+53=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04735 is #5FB8CA. Grayscale: #5F5F5F. Windows color (decimal): -6273227 or 3491744. OLE color: 3491744.

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

Color convert

RGB 160 71 53 -
CMYK 0 0.56 0.67 0.37
HSL 10.09º 0.5% 0.42% -
HSV(B) 10.09º 0.67% 0.63% -
XYZ 17.39 12.24 4.81 -
YUV 95.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 160 71 53 0 0.56 0.67 0.37 10.09 0.5 0.42
Hex A0 47 35 0 38 43 25 A 32 2A
Octal 240 107 65 0 70 103 45 12 62 52
Binary 10100000 1000111 110101 0 111000 1000011 100101 1010 110010 101010

Color Harmonies of #A04735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04735

Black with #A04735

Text Example


Text Example

White with #A04735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04735; }

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

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

background-color css

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

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

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

border-color css

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

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

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