Html Css Color HEX #AEBDAB Rainee

📋 copy color: '#AEBDAB'

red 174 ◦ green 189 ◦ blue 171

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

Shades of Rainee #AEBDAB

Tints of Rainee #AEBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 32.58%
G = 35.39%
B = 32.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#AEBDAB (or 0xAEBDAB) is known color: Rainee. HEX triplet: AE, BD and AB. RGB value is (174,189,171). Sum of RGB (Red+Green+Blue) = 174+189+171=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDAB is #514254. Grayscale: #B6B6B6. Windows color (decimal): -5325397 or 11255214. OLE color: 11255214.

HSL color Cylindrical-coordinate representation of color #AEBDAB: hue angle of 110º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBDAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 171 -
CMYK 0.08 0 0.10 0.26
HSL 110º 0.12% 0.71% -
HSV(B) 110º 0.1% 0.74% -
XYZ 43 48.33 45.59 -
YUV 182.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 174 189 171 0.08 0 0.10 0.26 110 0.12 0.71
Hex AE BD AB 8 0 A 1A 6E C 47
Octal 256 275 253 10 0 12 32 156 14 107
Binary 10101110 10111101 10101011 1000 0 1010 11010 1101110 1100 1000111

Color Harmonies of #AEBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDAB

Black with #AEBDAB

Text Example


Text Example

White with #AEBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDAB; }

 p { color: rgb(174,189,171); }

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

background-color css

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

 a { background-color: rgb(174,189,171); }

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

border-color css

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

 span { border-color: rgb(174,189,171); }

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