#A8351F

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

Shades of Brown #A8351F

Tints of Brown #A8351F

Color information

#A8351F (or 0xA8351F) is unknown color: approx Brown. HEX triplet: A8, 35 and 1F. RGB value is (168,53,31). Sum of RGB (Red+Green+Blue) = 168+53+31=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8351F is #57CAE0. Grayscale: #555555. Windows color (decimal): -5753569 or 2045352. OLE color: 2045352.

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

Color convert

RGB1685331-
CMYK00.680.820.34
HSL9.64º68.84%39.02%-
HSV(B)9.64º81.55%65.88%-
XYZ17.6710.972.48-
YUV84.8897.6187.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=66.67%
G=21.03%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168533100.680.820.349.6468.8439.02
HexA8351F0445222a4527
Octal25065370104122421210547
Binary101010001101011111101000100101001010001010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8351F; }

 p { color: rgb(168,53,31); }

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

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

 a { background-color: rgb(168,53,31); }

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

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

 span { border-color: rgb(168,53,31); }

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