Html Css Color HEX #A04736 Rock Spray

📋 copy color: '#A04736'

red 160 ◦ green 71 ◦ blue 54

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

Shades of Rock Spray #A04736

Tints of Rock Spray #A04736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 56.14%
G = 24.91%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A04736 (or 0xA04736) is known color: Rock Spray. HEX triplet: A0, 47 and 36. RGB value is (160,71,54). Sum of RGB (Red+Green+Blue) = 160+71+54=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04736 is #5FB8C9. Grayscale: #5F5F5F. Windows color (decimal): -6273226 or 3557280. OLE color: 3557280.

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

Color convert

RGB 160 71 54 -
CMYK 0 0.56 0.66 0.37
HSL 9.62º 0.5% 0.42% -
HSV(B) 9.62º 0.66% 0.63% -
XYZ 17.42 12.25 4.94 -
YUV 95.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 160 71 54 0 0.56 0.66 0.37 9.62 0.5 0.42
Hex A0 47 36 0 38 42 25 A 32 2A
Octal 240 107 66 0 70 102 45 12 62 52
Binary 10100000 1000111 110110 0 111000 1000010 100101 1010 110010 101010

Color Harmonies of #A04736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04736

Black with #A04736

Text Example


Text Example

White with #A04736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04736; }

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

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

background-color css

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

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

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

border-color css

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

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

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