#A22626

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

Shades of Brown #A22626

Tints of Brown #A22626

Color information

#A22626 (or 0xA22626) is unknown color: approx Brown. HEX triplet: A2, 26 and 26. RGB value is (162,38,38). Sum of RGB (Red+Green+Blue) = 162+38+38=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A22626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22626 is #5DD9D9. Grayscale: #4B4B4B. Windows color (decimal): -6150618 or 2500258. OLE color: 2500258.

HSL color Cylindrical-coordinate representation of color #A22626: hue angle of 0º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22626 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1623838-
CMYK00.770.770.36
HSL62%39.22%-
HSV(B)76.54%63.53%-
XYZ15.949.212.77-
YUV75.08107.08190-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.07%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=68.07%
G=15.97%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162383800.770.770.3606239.22
HexA2262604D4D2403e27
Octal242464601151154407647
Binary101000101001101001100100110110011011001000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22626; }

 p { color: rgb(162,38,38); }

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

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

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

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

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

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

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