Html Css Color HEX #AEA8BA Biloba Flower

📋 copy color: '#AEA8BA'

red 174 ◦ green 168 ◦ blue 186

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

Shades of Biloba Flower #AEA8BA

Tints of Biloba Flower #AEA8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 32.95%
G = 31.82%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEA8BA (or 0xAEA8BA) is known color: Biloba Flower. HEX triplet: AE, A8 and BA. RGB value is (174,168,186). Sum of RGB (Red+Green+Blue) = 174+168+186=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BA is #515745. Grayscale: #ABABAB. Windows color (decimal): -5330758 or 12232878. OLE color: 12232878.

HSL color Cylindrical-coordinate representation of color #AEA8BA: hue angle of 260º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA8BA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 168 186 -
CMYK 0.06 0.10 0 0.27
HSL 260º 0.12% 0.69% -
HSV(B) 260º 0.1% 0.73% -
XYZ 40.32 40.55 52.16 -
YUV 171.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 174 168 186 0.06 0.10 0 0.27 260 0.12 0.69
Hex AE A8 BA 6 A 0 1B 104 C 45
Octal 256 250 272 6 12 0 33 404 14 105
Binary 10101110 10101000 10111010 110 1010 0 11011 100000100 1100 1000101

Color Harmonies of #AEA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8BA

Black with #AEA8BA

Text Example


Text Example

White with #AEA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8BA; }

 p { color: rgb(174,168,186); }

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

background-color css

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

 a { background-color: rgb(174,168,186); }

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

border-color css

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

 span { border-color: rgb(174,168,186); }

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