Html Css Color HEX #AEB8AB Rainee

📋 copy color: '#AEB8AB'

red 174 ◦ green 184 ◦ blue 171

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

Shades of Rainee #AEB8AB

Tints of Rainee #AEB8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

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

R = 32.89%
G = 34.78%
B = 32.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#AEB8AB (or 0xAEB8AB) is known color: Rainee. HEX triplet: AE, B8 and AB. RGB value is (174,184,171). Sum of RGB (Red+Green+Blue) = 174+184+171=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8AB is #514754. Grayscale: #B3B3B3. Windows color (decimal): -5326677 or 11253934. OLE color: 11253934.

HSL color Cylindrical-coordinate representation of color #AEB8AB: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB8AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 171 -
CMYK 0.05 0 0.07 0.28
HSL 106.15º 0.08% 0.7% -
HSV(B) 106.15º 0.07% 0.72% -
XYZ 41.95 46.22 45.24 -
YUV 179.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 174 184 171 0.05 0 0.07 0.28 106.15 0.08 0.7
Hex AE B8 AB 5 0 7 1C 6A 8 46
Octal 256 270 253 5 0 7 34 152 10 106
Binary 10101110 10111000 10101011 101 0 111 11100 1101010 1000 1000110

Color Harmonies of #AEB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8AB

Black with #AEB8AB

Text Example


Text Example

White with #AEB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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