Html Css Color HEX #AE8CA0 Bouquet

📋 copy color: '#AE8CA0'

red 174 ◦ green 140 ◦ blue 160

#AE8CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AE8CA0

Tints of Bouquet #AE8CA0

RGB

 RED value IS 174 (68.36% from 255) = 36.71%

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 36.71%
G = 29.54%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE8CA0 (or 0xAE8CA0) is known color: Bouquet. HEX triplet: AE, 8C and A0. RGB value is (174,140,160). Sum of RGB (Red+Green+Blue) = 174+140+160=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CA0 is #51735F. Grayscale: #989898. Windows color (decimal): -5337952 or 10521774. OLE color: 10521774.

HSL color Cylindrical-coordinate representation of color #AE8CA0: hue angle of 324.71º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8CA0 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 160 -
CMYK 0 0.20 0.08 0.32
HSL 324.71º 0.17% 0.62% -
HSV(B) 324.71º 0.2% 0.68% -
XYZ 33.18 30.29 37.36 -
YUV 152.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 174 140 160 0 0.20 0.08 0.32 324.71 0.17 0.62
Hex AE 8C A0 0 14 8 20 145 11 3E
Octal 256 214 240 0 24 10 40 505 21 76
Binary 10101110 10001100 10100000 0 10100 1000 100000 101000101 10001 111110

Color Harmonies of #AE8CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CA0

Black with #AE8CA0

Text Example


Text Example

White with #AE8CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CA0; }

 p { color: rgb(174,140,160); }

 H1.HeaderClassName
 {
   color: #AE8CA0;
 }
 .AnyTagClassName
 {
   color: #AE8CA0;
 }
</style>

background-color css

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

 a { background-color: rgb(174,140,160); }

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

border-color css

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

 span { border-color: rgb(174,140,160); }

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