#A8331D

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

Shades of Brown #A8331D

Tints of Brown #A8331D

Color information

#A8331D (or 0xA8331D) is unknown color: approx Brown. HEX triplet: A8, 33 and 1D. RGB value is (168,51,29). Sum of RGB (Red+Green+Blue) = 168+51+29=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8331D is #57CCE2. Grayscale: #535353. Windows color (decimal): -5754083 or 1913768. OLE color: 1913768.

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

Color convert

RGB1685129-
CMYK00.700.830.34
HSL9.5º70.56%38.63%-
HSV(B)9.5º82.74%65.88%-
XYZ17.5510.782.32-
YUV83.4897.26188.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.74%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 29 (11.72% from 255) = 11.69%
R=67.74%
G=20.56%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168512900.700.830.349.570.5638.63
HexA8331D046532294727
Octal25063350106123421110747
Binary101010001100111110101000110101001110001010011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8331D; }

 p { color: rgb(168,51,29); }

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

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

 a { background-color: rgb(168,51,29); }

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

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

 span { border-color: rgb(168,51,29); }

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