Html Css Color HEX #AE829A Bouquet

📋 copy color: '#AE829A'

red 174 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #AE829A

Tints of Bouquet #AE829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.38%

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 37.99%
G = 28.38%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE829A (or 0xAE829A) is known color: Bouquet. HEX triplet: AE, 82 and 9A. RGB value is (174,130,154). Sum of RGB (Red+Green+Blue) = 174+130+154=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE829A is #517D65. Grayscale: #919191. Windows color (decimal): -5340518 or 10125998. OLE color: 10125998.

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

Color convert

RGB 174 130 154 -
CMYK 0 0.25 0.11 0.32
HSL 327.27º 0.21% 0.6% -
HSV(B) 327.27º 0.25% 0.68% -
XYZ 31.27 27.3 34.19 -
YUV 145.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 174 130 154 0 0.25 0.11 0.32 327.27 0.21 0.6
Hex AE 82 9A 0 19 B 20 147 15 3C
Octal 256 202 232 0 31 13 40 507 25 74
Binary 10101110 10000010 10011010 0 11001 1011 100000 101000111 10101 111100

Color Harmonies of #AE829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE829A

Black with #AE829A

Text Example


Text Example

White with #AE829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE829A; }

 p { color: rgb(174,130,154); }

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

background-color css

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

 a { background-color: rgb(174,130,154); }

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

border-color css

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

 span { border-color: rgb(174,130,154); }

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