Html Css Color HEX #AE7F9C Bouquet

📋 copy color: '#AE7F9C'

red 174 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #AE7F9C

Tints of Bouquet #AE7F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 27.79%

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 38.07%
G = 27.79%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE7F9C (or 0xAE7F9C) is known color: Bouquet. HEX triplet: AE, 7F and 9C. RGB value is (174,127,156). Sum of RGB (Red+Green+Blue) = 174+127+156=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F9C is #518063. Grayscale: #909090. Windows color (decimal): -5341284 or 10256302. OLE color: 10256302.

HSL color Cylindrical-coordinate representation of color #AE7F9C: hue angle of 322.98º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7F9C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 156 -
CMYK 0 0.27 0.10 0.32
HSL 322.98º 0.22% 0.59% -
HSV(B) 322.98º 0.27% 0.68% -
XYZ 31.05 26.58 34.95 -
YUV 144.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 174 127 156 0 0.27 0.10 0.32 322.98 0.22 0.59
Hex AE 7F 9C 0 1B A 20 143 16 3B
Octal 256 177 234 0 33 12 40 503 26 73
Binary 10101110 1111111 10011100 0 11011 1010 100000 101000011 10110 111011

Color Harmonies of #AE7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F9C

Black with #AE7F9C

Text Example


Text Example

White with #AE7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F9C; }

 p { color: rgb(174,127,156); }

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

background-color css

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

 a { background-color: rgb(174,127,156); }

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

border-color css

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

 span { border-color: rgb(174,127,156); }

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