Html Css Color HEX #A04734 Rock Spray

📋 copy color: '#A04734'

red 160 ◦ green 71 ◦ blue 52

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

Shades of Rock Spray #A04734

Tints of Rock Spray #A04734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 56.54%
G = 25.09%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A04734 (or 0xA04734) is known color: Rock Spray. HEX triplet: A0, 47 and 34. RGB value is (160,71,52). Sum of RGB (Red+Green+Blue) = 160+71+52=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04734 is #5FB8CB. Grayscale: #5F5F5F. Windows color (decimal): -6273228 or 3426208. OLE color: 3426208.

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

Color convert

RGB 160 71 52 -
CMYK 0 0.56 0.68 0.37
HSL 10.56º 0.51% 0.42% -
HSV(B) 10.56º 0.68% 0.63% -
XYZ 17.37 12.23 4.69 -
YUV 95.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 160 71 52 0 0.56 0.68 0.37 10.56 0.51 0.42
Hex A0 47 34 0 38 44 25 B 33 2A
Octal 240 107 64 0 70 104 45 13 63 52
Binary 10100000 1000111 110100 0 111000 1000100 100101 1011 110011 101010

Color Harmonies of #A04734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04734

Black with #A04734

Text Example


Text Example

White with #A04734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04734; }

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

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

background-color css

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

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

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

border-color css

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

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

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