#ADBDA0

Color #ADBDA0 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ADBDA0

Tints of Norway #ADBDA0

Color information

#ADBDA0 (or 0xADBDA0) is unknown color: approx Norway. HEX triplet: AD, BD and A0. RGB value is (173,189,160). Sum of RGB (Red+Green+Blue) = 173+189+160=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA0 is #52425F. Grayscale: #B5B5B5. Windows color (decimal): -5390944 or 10534317. OLE color: 10534317.

HSL color Cylindrical-coordinate representation of color #ADBDA0: hue angle of 93.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBDA0 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB173189160-
CMYK0.0800.150.26
HSL93.1º18.01%68.43%-
HSV(B)93.1º15.34%74.12%-
XYZ41.7847.8240.29-
YUV180.91116.2122.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=33.14%
G=36.21%
B=30.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891600.0800.150.2693.118.0168.43
HexADBDA080F1A5d1244
Octal255275240100173213522104
Binary101011011011110110100000100001111110101011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA0; }

 p { color: rgb(173,189,160); }

 H1.HeaderClassName
 {
   color: #ADBDA0;
 }
 .AnyTagClassName
 {
   color: #ADBDA0;
 }
</style>
background-color css

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

 a { background-color: rgb(173,189,160); }

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

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

 span { border-color: rgb(173,189,160); }

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