Html Css Color HEX #A04124 Rock Spray

📋 copy color: '#A04124'

red 160 ◦ green 65 ◦ blue 36

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

Shades of Rock Spray #A04124

Tints of Rock Spray #A04124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 61.3%
G = 24.9%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04124 (or 0xA04124) is known color: Rock Spray. HEX triplet: A0, 41 and 24. RGB value is (160,65,36). Sum of RGB (Red+Green+Blue) = 160+65+36=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04124 is #5FBEDB. Grayscale: #5A5A5A. Windows color (decimal): -6274780 or 2376096. OLE color: 2376096.

HSL color Cylindrical-coordinate representation of color #A04124: hue angle of 14.03º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A04124 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 36 -
CMYK 0 0.59 0.78 0.37
HSL 14.03º 0.63% 0.38% -
HSV(B) 14.03º 0.78% 0.63% -
XYZ 16.71 11.38 2.99 -
YUV 90.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 160 65 36 0 0.59 0.78 0.37 14.03 0.63 0.38
Hex A0 41 24 0 3B 4E 25 E 3F 26
Octal 240 101 44 0 73 116 45 16 77 46
Binary 10100000 1000001 100100 0 111011 1001110 100101 1110 111111 100110

Color Harmonies of #A04124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04124

Black with #A04124

Text Example


Text Example

White with #A04124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04124; }

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

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

background-color css

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

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

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

border-color css

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

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

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