#A33926

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

Shades of Rock Spray #A33926

Tints of Rock Spray #A33926

Color information

#A33926 (or 0xA33926) is unknown color: approx Rock Spray. HEX triplet: A3, 39 and 26. RGB value is (163,57,38). Sum of RGB (Red+Green+Blue) = 163+57+38=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A33926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33926 is #5CC6D9. Grayscale: #565656. Windows color (decimal): -6080218 or 2505123. OLE color: 2505123.

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

Color convert

RGB1635738-
CMYK00.650.770.36
HSL9.12º62.19%39.41%-
HSV(B)9.12º76.69%63.92%-
XYZ16.9210.853.04-
YUV86.53100.62182.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=63.18%
G=22.09%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163573800.650.770.369.1262.1939.41
HexA339260414D2493e27
Octal2437146010111544117647
Binary101000111110011001100100000110011011001001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33926; }

 p { color: rgb(163,57,38); }

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

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

 a { background-color: rgb(163,57,38); }

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

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

 span { border-color: rgb(163,57,38); }

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