Html Css Color HEX #AE709B Bouquet

📋 copy color: '#AE709B'

red 174 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #AE709B

Tints of Bouquet #AE709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 39.46%
G = 25.4%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE709B (or 0xAE709B) is known color: Bouquet. HEX triplet: AE, 70 and 9B. RGB value is (174,112,155). Sum of RGB (Red+Green+Blue) = 174+112+155=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE709B is #518F64. Grayscale: #878787. Windows color (decimal): -5345125 or 10186926. OLE color: 10186926.

HSL color Cylindrical-coordinate representation of color #AE709B: hue angle of 318.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE709B is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 155 -
CMYK 0 0.36 0.11 0.32
HSL 318.39º 0.28% 0.56% -
HSV(B) 318.39º 0.36% 0.68% -
XYZ 29.17 22.95 33.9 -
YUV 135.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 174 112 155 0 0.36 0.11 0.32 318.39 0.28 0.56
Hex AE 70 9B 0 24 B 20 13E 1C 38
Octal 256 160 233 0 44 13 40 476 34 70
Binary 10101110 1110000 10011011 0 100100 1011 100000 100111110 11100 111000

Color Harmonies of #AE709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE709B

Black with #AE709B

Text Example


Text Example

White with #AE709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE709B; }

 p { color: rgb(174,112,155); }

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

background-color css

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

 a { background-color: rgb(174,112,155); }

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

border-color css

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

 span { border-color: rgb(174,112,155); }

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