Html Css Color HEX #AE719B Bouquet

📋 copy color: '#AE719B'

red 174 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #AE719B

Tints of Bouquet #AE719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 39.37%
G = 25.57%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE719B (or 0xAE719B) is known color: Bouquet. HEX triplet: AE, 71 and 9B. RGB value is (174,113,155). Sum of RGB (Red+Green+Blue) = 174+113+155=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719B is #518E64. Grayscale: #878787. Windows color (decimal): -5344869 or 10187182. OLE color: 10187182.

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

Color convert

RGB 174 113 155 -
CMYK 0 0.35 0.11 0.32
HSL 318.69º 0.27% 0.56% -
HSV(B) 318.69º 0.35% 0.68% -
XYZ 29.28 23.18 33.94 -
YUV 136.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 174 113 155 0 0.35 0.11 0.32 318.69 0.27 0.56
Hex AE 71 9B 0 23 B 20 13F 1B 38
Octal 256 161 233 0 43 13 40 477 33 70
Binary 10101110 1110001 10011011 0 100011 1011 100000 100111111 11011 111000

Color Harmonies of #AE719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE719B

Black with #AE719B

Text Example


Text Example

White with #AE719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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