#A14622

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

Shades of Rock Spray #A14622

Tints of Rock Spray #A14622

Color information

#A14622 (or 0xA14622) is unknown color: approx Rock Spray. HEX triplet: A1, 46 and 22. RGB value is (161,70,34). Sum of RGB (Red+Green+Blue) = 161+70+34=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A14622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14622 is #5EB9DD. Grayscale: #5D5D5D. Windows color (decimal): -6207966 or 2246305. OLE color: 2246305.

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

Color convert

RGB1617034-
CMYK00.570.790.37
HSL17.01º65.13%38.24%-
HSV(B)17.01º78.88%63.14%-
XYZ17.1812.072.94-
YUV93.194.65176.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 34 (13.67% from 255) = 12.83%
R=60.75%
G=26.42%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161703400.570.790.3717.0165.1338.24
HexA146220394F25114126
Octal24110642071117452110146
Binary10100001100011010001001110011001111100101100011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14622; }

 p { color: rgb(161,70,34); }

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

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

 a { background-color: rgb(161,70,34); }

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

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

 span { border-color: rgb(161,70,34); }

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