#A14033

Color #A14033 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A14033

Tints of Rock Spray #A14033

Color information

#A14033 (or 0xA14033) is unknown color: approx Rock Spray. HEX triplet: A1, 40 and 33. RGB value is (161,64,51). Sum of RGB (Red+Green+Blue) = 161+64+51=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A14033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14033 is #5EBFCC. Grayscale: #5B5B5B. Windows color (decimal): -6209485 or 3358881. OLE color: 3358881.

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

Color convert

RGB1616451-
CMYK00.600.680.37
HSL7.09º51.89%41.57%-
HSV(B)7.09º68.32%63.14%-
XYZ17.1311.484.45-
YUV91.52105.14177.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=58.33%
G=23.19%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161645100.600.680.377.0951.8941.57
HexA1403303C44257342a
Octal241100630741044576452
Binary10100001100000011001101111001000100100101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14033; }

 p { color: rgb(161,64,51); }

 H1.HeaderClassName
 {
   color: #A14033;
 }
 .AnyTagClassName
 {
   color: #A14033;
 }
</style>
background-color css

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

 a { background-color: rgb(161,64,51); }

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

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

 span { border-color: rgb(161,64,51); }

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