Html Css Color HEX #A1AD8F Norway

📋 copy color: '#A1AD8F'

red 161 ◦ green 173 ◦ blue 143

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

Shades of Norway #A1AD8F

Tints of Norway #A1AD8F

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 33.75%
G = 36.27%
B = 29.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#A1AD8F (or 0xA1AD8F) is known color: Norway. HEX triplet: A1, AD and 8F. RGB value is (161,173,143). Sum of RGB (Red+Green+Blue) = 161+173+143=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD8F is #5E5270. Grayscale: #A6A6A6. Windows color (decimal): -6181489 or 9416097. OLE color: 9416097.

HSL color Cylindrical-coordinate representation of color #A1AD8F: hue angle of 84º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1AD8F is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 143 -
CMYK 0.07 0 0.17 0.32
HSL 84º 0.15% 0.62% -
HSV(B) 84º 0.17% 0.68% -
XYZ 34.6 39.45 31.78 -
YUV 165.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 161 173 143 0.07 0 0.17 0.32 84 0.15 0.62
Hex A1 AD 8F 7 0 11 20 54 F 3E
Octal 241 255 217 7 0 21 40 124 17 76
Binary 10100001 10101101 10001111 111 0 10001 100000 1010100 1111 111110

Color Harmonies of #A1AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD8F

Black with #A1AD8F

Text Example


Text Example

White with #A1AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD8F; }

 p { color: rgb(161,173,143); }

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

background-color css

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

 a { background-color: rgb(161,173,143); }

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

border-color css

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

 span { border-color: rgb(161,173,143); }

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