#A22928

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

Shades of Brown #A22928

Tints of Brown #A22928

Color information

#A22928 (or 0xA22928) is unknown color: approx Brown. HEX triplet: A2, 29 and 28. RGB value is (162,41,40). Sum of RGB (Red+Green+Blue) = 162+41+40=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A22928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22928 is #5DD6D7. Grayscale: #4D4D4D. Windows color (decimal): -6149848 or 2632098. OLE color: 2632098.

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

Color convert

RGB1624140-
CMYK00.750.750.36
HSL0.49º60.4%39.61%-
HSV(B)0.49º75.31%63.53%-
XYZ16.089.422.98-
YUV77.06107.09188.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=66.67%
G=16.87%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162414000.750.750.360.4960.439.61
HexA2292804B4B2403c28
Octal242515001131134407450
Binary101000101010011010000100101110010111001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22928; }

 p { color: rgb(162,41,40); }

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

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

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

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

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

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

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