Html Css Color HEX #ADBAAA Rainee

📋 copy color: '#ADBAAA'

red 173 ◦ green 186 ◦ blue 170

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

Shades of Rainee #ADBAAA

Tints of Rainee #ADBAAA

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 32.7%
G = 35.16%
B = 32.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#ADBAAA (or 0xADBAAA) is known color: Rainee. HEX triplet: AD, BA and AA. RGB value is (173,186,170). Sum of RGB (Red+Green+Blue) = 173+186+170=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAA is #524555. Grayscale: #B4B4B4. Windows color (decimal): -5391702 or 11188909. OLE color: 11188909.

HSL color Cylindrical-coordinate representation of color #ADBAAA: hue angle of 108.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBAAA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 170 -
CMYK 0.07 0 0.09 0.27
HSL 108.75º 0.1% 0.7% -
HSV(B) 108.75º 0.09% 0.73% -
XYZ 42.05 46.9 44.87 -
YUV 180.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 173 186 170 0.07 0 0.09 0.27 108.75 0.1 0.7
Hex AD BA AA 7 0 9 1B 6D A 46
Octal 255 272 252 7 0 11 33 155 12 106
Binary 10101101 10111010 10101010 111 0 1001 11011 1101101 1010 1000110

Color Harmonies of #ADBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAAA

Black with #ADBAAA

Text Example


Text Example

White with #ADBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAAA; }

 p { color: rgb(173,186,170); }

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

background-color css

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

 a { background-color: rgb(173,186,170); }

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

border-color css

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

 span { border-color: rgb(173,186,170); }

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