Html Css Color HEX #AE8CA2 Bouquet

📋 copy color: '#AE8CA2'

red 174 ◦ green 140 ◦ blue 162

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

Shades of Bouquet #AE8CA2

Tints of Bouquet #AE8CA2

RGB

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

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

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

R = 36.55%
G = 29.41%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE8CA2 (or 0xAE8CA2) is known color: Bouquet. HEX triplet: AE, 8C and A2. RGB value is (174,140,162). Sum of RGB (Red+Green+Blue) = 174+140+162=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CA2 is #51735D. Grayscale: #989898. Windows color (decimal): -5337950 or 10652846. OLE color: 10652846.

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

Color convert

RGB 174 140 162 -
CMYK 0 0.20 0.07 0.32
HSL 321.18º 0.17% 0.62% -
HSV(B) 321.18º 0.2% 0.68% -
XYZ 33.36 30.36 38.29 -
YUV 152.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 174 140 162 0 0.20 0.07 0.32 321.18 0.17 0.62
Hex AE 8C A2 0 14 7 20 141 11 3E
Octal 256 214 242 0 24 7 40 501 21 76
Binary 10101110 10001100 10100010 0 10100 111 100000 101000001 10001 111110

Color Harmonies of #AE8CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CA2

Black with #AE8CA2

Text Example


Text Example

White with #AE8CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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