Html Css Color HEX #A04130 Rock Spray

📋 copy color: '#A04130'

red 160 ◦ green 65 ◦ blue 48

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

Shades of Rock Spray #A04130

Tints of Rock Spray #A04130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 58.61%
G = 23.81%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A04130 (or 0xA04130) is known color: Rock Spray. HEX triplet: A0, 41 and 30. RGB value is (160,65,48). Sum of RGB (Red+Green+Blue) = 160+65+48=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04130 is #5FBECF. Grayscale: #5B5B5B. Windows color (decimal): -6274768 or 3162528. OLE color: 3162528.

HSL color Cylindrical-coordinate representation of color #A04130: hue angle of 9.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04130 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 48 -
CMYK 0 0.59 0.70 0.37
HSL 9.11º 0.54% 0.41% -
HSV(B) 9.11º 0.7% 0.63% -
XYZ 16.92 11.47 4.12 -
YUV 91.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 160 65 48 0 0.59 0.70 0.37 9.11 0.54 0.41
Hex A0 41 30 0 3B 46 25 9 36 29
Octal 240 101 60 0 73 106 45 11 66 51
Binary 10100000 1000001 110000 0 111011 1000110 100101 1001 110110 101001

Color Harmonies of #A04130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04130

Black with #A04130

Text Example


Text Example

White with #A04130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04130; }

 p { color: rgb(160,65,48); }

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

background-color css

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

 a { background-color: rgb(160,65,48); }

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

border-color css

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

 span { border-color: rgb(160,65,48); }

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