Html Css Color HEX #AE8EA2 Bouquet

📋 copy color: '#AE8EA2'

red 174 ◦ green 142 ◦ blue 162

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

Shades of Bouquet #AE8EA2

Tints of Bouquet #AE8EA2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 36.4%
G = 29.71%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE8EA2 (or 0xAE8EA2) is known color: Bouquet. HEX triplet: AE, 8E and A2. RGB value is (174,142,162). Sum of RGB (Red+Green+Blue) = 174+142+162=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8EA2 is #51715D. Grayscale: #999999. Windows color (decimal): -5337438 or 10653358. OLE color: 10653358.

HSL color Cylindrical-coordinate representation of color #AE8EA2: hue angle of 322.5º 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 #AE8EA2 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 142 162 -
CMYK 0 0.18 0.07 0.32
HSL 322.5º 0.16% 0.62% -
HSV(B) 322.5º 0.18% 0.68% -
XYZ 33.65 30.95 38.38 -
YUV 153.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 174 142 162 0 0.18 0.07 0.32 322.5 0.16 0.62
Hex AE 8E A2 0 12 7 20 142 10 3E
Octal 256 216 242 0 22 7 40 502 20 76
Binary 10101110 10001110 10100010 0 10010 111 100000 101000010 10000 111110

Color Harmonies of #AE8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8EA2

Black with #AE8EA2

Text Example


Text Example

White with #AE8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8EA2; }

 p { color: rgb(174,142,162); }

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

background-color css

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

 a { background-color: rgb(174,142,162); }

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

border-color css

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

 span { border-color: rgb(174,142,162); }

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