#AE6359

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

Shades of Au Chico #AE6359

Tints of Au Chico #AE6359

Color information

#AE6359 (or 0xAE6359) is unknown color: approx Au Chico. HEX triplet: AE, 63 and 59. RGB value is (174,99,89). Sum of RGB (Red+Green+Blue) = 174+99+89=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6359 is #519CA6. Grayscale: #787878. Windows color (decimal): -5348519 or 5858222. OLE color: 5858222.

HSL color Cylindrical-coordinate representation of color #AE6359: hue angle of 7.06º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE6359 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1749989-
CMYK00.430.490.32
HSL7.06º34.41%51.57%-
HSV(B)7.06º48.85%68.24%-
XYZ23.7218.6411.8-
YUV120.28110.35166.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=48.07%
G=27.35%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174998900.430.490.327.0634.4151.57
HexAE635902B312072234
Octal256143131053614074264
Binary10101110110001110110010101011110001100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6359; }

 p { color: rgb(174,99,89); }

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

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

 a { background-color: rgb(174,99,89); }

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

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

 span { border-color: rgb(174,99,89); }

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