#A14433

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

Shades of Rock Spray #A14433

Tints of Rock Spray #A14433

Color information

#A14433 (or 0xA14433) is unknown color: approx Rock Spray. HEX triplet: A1, 44 and 33. RGB value is (161,68,51). Sum of RGB (Red+Green+Blue) = 161+68+51=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A14433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14433 is #5EBBCC. Grayscale: #5E5E5E. Windows color (decimal): -6208461 or 3359905. OLE color: 3359905.

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

Color convert

RGB1616851-
CMYK00.580.680.37
HSL9.27º51.89%41.57%-
HSV(B)9.27º68.32%63.14%-
XYZ17.3611.954.52-
YUV93.87103.81175.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=57.5%
G=24.29%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161685100.580.680.379.2751.8941.57
HexA1443303A44259342a
Octal2411046307210445116452
Binary101000011000100110011011101010001001001011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14433; }

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

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

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

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

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

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

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

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