Html Css Color HEX #AE7BA5 Bouquet

📋 copy color: '#AE7BA5'

red 174 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #AE7BA5

Tints of Bouquet #AE7BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 37.66%
G = 26.62%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE7BA5 (or 0xAE7BA5) is known color: Bouquet. HEX triplet: AE, 7B and A5. RGB value is (174,123,165). Sum of RGB (Red+Green+Blue) = 174+123+165=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA5 is #51845A. Grayscale: #8E8E8E. Windows color (decimal): -5342299 or 10845102. OLE color: 10845102.

HSL color Cylindrical-coordinate representation of color #AE7BA5: hue angle of 310.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7BA5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 165 -
CMYK 0 0.29 0.05 0.32
HSL 310.59º 0.24% 0.58% -
HSV(B) 310.59º 0.29% 0.68% -
XYZ 31.33 25.88 38.94 -
YUV 143.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 174 123 165 0 0.29 0.05 0.32 310.59 0.24 0.58
Hex AE 7B A5 0 1D 5 20 137 18 3A
Octal 256 173 245 0 35 5 40 467 30 72
Binary 10101110 1111011 10100101 0 11101 101 100000 100110111 11000 111010

Color Harmonies of #AE7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BA5

Black with #AE7BA5

Text Example


Text Example

White with #AE7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BA5; }

 p { color: rgb(174,123,165); }

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

background-color css

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

 a { background-color: rgb(174,123,165); }

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

border-color css

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

 span { border-color: rgb(174,123,165); }

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