#A83F1E

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

Shades of Rock Spray #A83F1E

Tints of Rock Spray #A83F1E

Color information

#A83F1E (or 0xA83F1E) is unknown color: approx Rock Spray. HEX triplet: A8, 3F and 1E. RGB value is (168,63,30). Sum of RGB (Red+Green+Blue) = 168+63+30=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F1E is #57C0E1. Grayscale: #5A5A5A. Windows color (decimal): -5751010 or 1982376. OLE color: 1982376.

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

Color convert

RGB1686330-
CMYK00.630.820.34
HSL14.35º69.7%38.82%-
HSV(B)14.35º82.14%65.88%-
XYZ18.1611.972.58-
YUV90.6393.79183.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.37%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=64.37%
G=24.14%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168633000.630.820.3414.3569.738.82
HexA83F1E03F5222e4627
Octal2507736077122421610647
Binary10101000111111111100111111101001010001011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F1E; }

 p { color: rgb(168,63,30); }

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

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

 a { background-color: rgb(168,63,30); }

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

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

 span { border-color: rgb(168,63,30); }

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