#A83A22

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

Shades of Rock Spray #A83A22

Tints of Rock Spray #A83A22

Color information

#A83A22 (or 0xA83A22) is unknown color: approx Rock Spray. HEX triplet: A8, 3A and 22. RGB value is (168,58,34). Sum of RGB (Red+Green+Blue) = 168+58+34=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A22 is #57C5DD. Grayscale: #585858. Windows color (decimal): -5752286 or 2243240. OLE color: 2243240.

HSL color Cylindrical-coordinate representation of color #A83A22: hue angle of 10.75º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A83A22 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1685834-
CMYK00.650.800.34
HSL10.75º66.34%39.61%-
HSV(B)10.75º79.76%65.88%-
XYZ17.9511.472.78-
YUV88.1597.44184.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=64.62%
G=22.31%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168583400.650.800.3410.7566.3439.61
HexA83A220415022b4228
Octal25072420101120421310250
Binary1010100011101010001001000001101000010001010111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83A22; }

 p { color: rgb(168,58,34); }

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

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

 a { background-color: rgb(168,58,34); }

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

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

 span { border-color: rgb(168,58,34); }

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