#A92A25

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

Shades of Brown #A92A25

Tints of Brown #A92A25

Color information

#A92A25 (or 0xA92A25) is unknown color: approx Brown. HEX triplet: A9, 2A and 25. RGB value is (169,42,37). Sum of RGB (Red+Green+Blue) = 169+42+37=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A25 is #56D5DA. Grayscale: #4F4F4F. Windows color (decimal): -5690843 or 2435753. OLE color: 2435753.

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

Color convert

RGB1694237-
CMYK00.750.780.34
HSL2.27º64.08%40.39%-
HSV(B)2.27º78.11%66.27%-
XYZ17.5210.222.8-
YUV79.4104.08191.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=68.15%
G=16.94%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169423700.750.780.342.2764.0840.39
HexA92A2504B4E2224028
Octal2515245011311642210050
Binary10101001101010100101010010111001110100010101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A25; }

 p { color: rgb(169,42,37); }

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

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

 a { background-color: rgb(169,42,37); }

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

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

 span { border-color: rgb(169,42,37); }

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