Html Css Color HEX #AE8FA0 Bouquet

📋 copy color: '#AE8FA0'

red 174 ◦ green 143 ◦ blue 160

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

Shades of Bouquet #AE8FA0

Tints of Bouquet #AE8FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

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

R = 36.48%
G = 29.98%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE8FA0 (or 0xAE8FA0) is known color: Bouquet. HEX triplet: AE, 8F and A0. RGB value is (174,143,160). Sum of RGB (Red+Green+Blue) = 174+143+160=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FA0 is #51705F. Grayscale: #9A9A9A. Windows color (decimal): -5337184 or 10522542. OLE color: 10522542.

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

Color convert

RGB 174 143 160 -
CMYK 0 0.18 0.08 0.32
HSL 327.1º 0.16% 0.62% -
HSV(B) 327.1º 0.18% 0.68% -
XYZ 33.62 31.18 37.5 -
YUV 154.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 174 143 160 0 0.18 0.08 0.32 327.1 0.16 0.62
Hex AE 8F A0 0 12 8 20 147 10 3E
Octal 256 217 240 0 22 10 40 507 20 76
Binary 10101110 10001111 10100000 0 10010 1000 100000 101000111 10000 111110

Color Harmonies of #AE8FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FA0

Black with #AE8FA0

Text Example


Text Example

White with #AE8FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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