#A82F26

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

Shades of Brown #A82F26

Tints of Brown #A82F26

Color information

#A82F26 (or 0xA82F26) is unknown color: approx Brown. HEX triplet: A8, 2F and 26. RGB value is (168,47,38). Sum of RGB (Red+Green+Blue) = 168+47+38=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82F26 is #57D0D9. Grayscale: #525252. Windows color (decimal): -5755098 or 2502568. OLE color: 2502568.

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

Color convert

RGB1684738-
CMYK00.720.770.34
HSL4.15º63.11%40.39%-
HSV(B)4.15º77.38%65.88%-
XYZ17.5110.52.94-
YUV82.15103.09189.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.40%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=66.40%
G=18.58%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168473800.720.770.344.1563.1140.39
HexA82F260484D2243f28
Octal250574601101154247750
Binary10101000101111100110010010001001101100010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82F26; }

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

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

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

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

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

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

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

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