#A44223

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

Shades of Rock Spray #A44223

Tints of Rock Spray #A44223

Color information

#A44223 (or 0xA44223) is unknown color: approx Rock Spray. HEX triplet: A4, 42 and 23. RGB value is (164,66,35). Sum of RGB (Red+Green+Blue) = 164+66+35=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A44223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44223 is #5BBDDC. Grayscale: #5B5B5B. Windows color (decimal): -6012381 or 2310820. OLE color: 2310820.

HSL color Cylindrical-coordinate representation of color #A44223: hue angle of 14.42º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A44223 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1646635-
CMYK00.600.790.36
HSL14.42º64.82%39.02%-
HSV(B)14.42º78.66%64.31%-
XYZ17.5611.912.96-
YUV91.7795.97179.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=61.89%
G=24.91%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164663500.600.790.3614.4264.8239.02
HexA4422303C4F24e4127
Octal24410243074117441610147
Binary1010010010000101000110111100100111110010011101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44223; }

 p { color: rgb(164,66,35); }

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

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

 a { background-color: rgb(164,66,35); }

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

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

 span { border-color: rgb(164,66,35); }

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