#A83D1E

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

Shades of Rock Spray #A83D1E

Tints of Rock Spray #A83D1E

Color information

#A83D1E (or 0xA83D1E) is unknown color: approx Rock Spray. HEX triplet: A8, 3D and 1E. RGB value is (168,61,30). Sum of RGB (Red+Green+Blue) = 168+61+30=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D1E is #57C2E1. Grayscale: #595959. Windows color (decimal): -5751522 or 1981864. OLE color: 1981864.

HSL color Cylindrical-coordinate representation of color #A83D1E: hue angle of 13.48º 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 #A83D1E is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1686130-
CMYK00.640.820.34
HSL13.48º69.7%38.82%-
HSV(B)13.48º82.14%65.88%-
XYZ18.0511.762.55-
YUV89.4694.45184.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.86%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=64.86%
G=23.55%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168613000.640.820.3413.4869.738.82
HexA83D1E0405222d4627
Octal25075360100122421510647
Binary101010001111011111001000000101001010001011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D1E; }

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

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

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

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

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

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

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

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