Html Css Color HEX #AE79A4 Bouquet

📋 copy color: '#AE79A4'

red 174 ◦ green 121 ◦ blue 164

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

Shades of Bouquet #AE79A4

Tints of Bouquet #AE79A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 37.91%
G = 26.36%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE79A4 (or 0xAE79A4) is known color: Bouquet. HEX triplet: AE, 79 and A4. RGB value is (174,121,164). Sum of RGB (Red+Green+Blue) = 174+121+164=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79A4 is #51865B. Grayscale: #8D8D8D. Windows color (decimal): -5342812 or 10779054. OLE color: 10779054.

HSL color Cylindrical-coordinate representation of color #AE79A4: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE79A4 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 121 164 -
CMYK 0 0.30 0.06 0.32
HSL 311.32º 0.25% 0.58% -
HSV(B) 311.32º 0.3% 0.68% -
XYZ 30.99 25.35 38.38 -
YUV 141.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 174 121 164 0 0.30 0.06 0.32 311.32 0.25 0.58
Hex AE 79 A4 0 1E 6 20 137 19 3A
Octal 256 171 244 0 36 6 40 467 31 72
Binary 10101110 1111001 10100100 0 11110 110 100000 100110111 11001 111010

Color Harmonies of #AE79A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE79A4

Black with #AE79A4

Text Example


Text Example

White with #AE79A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE79A4; }

 p { color: rgb(174,121,164); }

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

background-color css

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

 a { background-color: rgb(174,121,164); }

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

border-color css

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

 span { border-color: rgb(174,121,164); }

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