Html Css Color HEX #ADB6AA Rainee

📋 copy color: '#ADB6AA'

red 173 ◦ green 182 ◦ blue 170

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

Shades of Rainee #ADB6AA

Tints of Rainee #ADB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 32.95%
G = 34.67%
B = 32.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ADB6AA (or 0xADB6AA) is known color: Rainee. HEX triplet: AD, B6 and AA. RGB value is (173,182,170). Sum of RGB (Red+Green+Blue) = 173+182+170=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6AA is #524955. Grayscale: #B1B1B1. Windows color (decimal): -5392726 or 11187885. OLE color: 11187885.

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

Color convert

RGB 173 182 170 -
CMYK 0.05 0 0.07 0.29
HSL 105º 0.08% 0.69% -
HSV(B) 105º 0.07% 0.71% -
XYZ 41.22 45.24 44.59 -
YUV 177.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 173 182 170 0.05 0 0.07 0.29 105 0.08 0.69
Hex AD B6 AA 5 0 7 1D 69 8 45
Octal 255 266 252 5 0 7 35 151 10 105
Binary 10101101 10110110 10101010 101 0 111 11101 1101001 1000 1000101

Color Harmonies of #ADB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6AA

Black with #ADB6AA

Text Example


Text Example

White with #ADB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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