Html Css Color HEX #A04434 Rock Spray

📋 copy color: '#A04434'

red 160 ◦ green 68 ◦ blue 52

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

Shades of Rock Spray #A04434

Tints of Rock Spray #A04434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 57.14%
G = 24.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A04434 (or 0xA04434) is known color: Rock Spray. HEX triplet: A0, 44 and 34. RGB value is (160,68,52). Sum of RGB (Red+Green+Blue) = 160+68+52=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04434 is #5FBBCB. Grayscale: #5D5D5D. Windows color (decimal): -6273996 or 3425440. OLE color: 3425440.

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

Color convert

RGB 160 68 52 -
CMYK 0 0.57 0.68 0.37
HSL 8.89º 0.51% 0.42% -
HSV(B) 8.89º 0.68% 0.63% -
XYZ 17.18 11.86 4.63 -
YUV 93.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 160 68 52 0 0.57 0.68 0.37 8.89 0.51 0.42
Hex A0 44 34 0 39 44 25 9 33 2A
Octal 240 104 64 0 71 104 45 11 63 52
Binary 10100000 1000100 110100 0 111001 1000100 100101 1001 110011 101010

Color Harmonies of #A04434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04434

Black with #A04434

Text Example


Text Example

White with #A04434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04434; }

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

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

background-color css

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

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

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

border-color css

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

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

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