#a82a23

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

Shades of Brown #A82A23

Tints of Brown #A82A23

Color information

#A82A23 (or 0xA82A23) is unknown color: approx Brown. HEX triplet: A8, 2A and 23. RGB value is (168,42,35). Sum of RGB (Red+Green+Blue) = 168+42+35=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A23 is #57D5DC. Grayscale: #4F4F4F. Windows color (decimal): -5756381 or 2304680. OLE color: 2304680.

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

Color convert

RGB1684235-
CMYK00.750.790.34
HSL3.16º65.52%39.8%-
HSV(B)3.16º79.17%65.88%-
XYZ17.2810.12.63-
YUV78.88103.24191.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=68.57%
G=17.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168423500.750.790.343.1665.5239.8
HexA82A2304B4F2234228
Octal2505243011311742310250
Binary10101000101010100011010010111001111100010111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82a23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82a23; }

 p { color: rgb(168,42,35); }

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

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

 a { background-color: rgb(168,42,35); }

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

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

 span { border-color: rgb(168,42,35); }

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