#A83E27

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

Shades of Rock Spray #A83E27

Tints of Rock Spray #A83E27

Color information

#A83E27 (or 0xA83E27) is unknown color: approx Rock Spray. HEX triplet: A8, 3E and 27. RGB value is (168,62,39). Sum of RGB (Red+Green+Blue) = 168+62+39=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E27 is #57C1D8. Grayscale: #5B5B5B. Windows color (decimal): -5751257 or 2571944. OLE color: 2571944.

HSL color Cylindrical-coordinate representation of color #A83E27: hue angle of 10.7º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83E27 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1686239-
CMYK00.630.770.34
HSL10.7º62.32%40.59%-
HSV(B)10.7º76.79%65.88%-
XYZ18.2411.923.26-
YUV91.0798.62182.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=62.45%
G=23.05%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168623900.630.770.3410.762.3240.59
HexA83E2703F4D22b3e29
Octal250764707711542137651
Binary10101000111110100111011111110011011000101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83E27; }

 p { color: rgb(168,62,39); }

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

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

 a { background-color: rgb(168,62,39); }

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

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

 span { border-color: rgb(168,62,39); }

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