#AE3427

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

Shades of Brown #AE3427

Tints of Brown #AE3427

Color information

#AE3427 (or 0xAE3427) is unknown color: approx Brown. HEX triplet: AE, 34 and 27. RGB value is (174,52,39). Sum of RGB (Red+Green+Blue) = 174+52+39=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3427 is #51CBD8. Grayscale: #575757. Windows color (decimal): -5360601 or 2569390. OLE color: 2569390.

HSL color Cylindrical-coordinate representation of color #AE3427: hue angle of 5.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE3427 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1745239-
CMYK00.700.780.32
HSL5.78º63.38%41.76%-
HSV(B)5.78º77.59%68.24%-
XYZ19.0511.63.15-
YUV87100.92190.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=65.66%
G=19.62%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174523900.700.780.325.7863.3841.76
HexAE34270464E2063f2a
Octal256644701061164067752
Binary10101110110100100111010001101001110100000110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3427; }

 p { color: rgb(174,52,39); }

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

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

 a { background-color: rgb(174,52,39); }

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

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

 span { border-color: rgb(174,52,39); }

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