#A83826

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

Shades of Rock Spray #A83826

Tints of Rock Spray #A83826

Color information

#A83826 (or 0xA83826) is unknown color: approx Rock Spray. HEX triplet: A8, 38 and 26. RGB value is (168,56,38). Sum of RGB (Red+Green+Blue) = 168+56+38=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83826 is #57C7D9. Grayscale: #575757. Windows color (decimal): -5752794 or 2504872. OLE color: 2504872.

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

Color convert

RGB1685638-
CMYK00.670.770.34
HSL8.31º63.11%40.39%-
HSV(B)8.31º77.38%65.88%-
XYZ17.9111.293.07-
YUV87.44100.11185.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.12%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=64.12%
G=21.37%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168563800.670.770.348.3163.1140.39
HexA838260434D2283f28
Octal2507046010311542107750
Binary101010001110001001100100001110011011000101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83826; }

 p { color: rgb(168,56,38); }

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

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

 a { background-color: rgb(168,56,38); }

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

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

 span { border-color: rgb(168,56,38); }

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