Html Css Color HEX #A0B886 Norway

📋 copy color: '#A0B886'

red 160 ◦ green 184 ◦ blue 134

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

Shades of Norway #A0B886

Tints of Norway #A0B886

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

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

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 33.47%
G = 38.49%
B = 28.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A0B886 (or 0xA0B886) is known color: Norway. HEX triplet: A0, B8 and 86. RGB value is (160,184,134). Sum of RGB (Red+Green+Blue) = 160+184+134=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B886 is #5F4779. Grayscale: #ABABAB. Windows color (decimal): -6244218 or 8829088. OLE color: 8829088.

HSL color Cylindrical-coordinate representation of color #A0B886: hue angle of 88.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B886 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 134 -
CMYK 0.13 0 0.27 0.28
HSL 88.8º 0.26% 0.62% -
HSV(B) 88.8º 0.27% 0.72% -
XYZ 35.94 43.48 29.05 -
YUV 171.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 160 184 134 0.13 0 0.27 0.28 88.8 0.26 0.62
Hex A0 B8 86 D 0 1B 1C 59 1A 3E
Octal 240 270 206 15 0 33 34 131 32 76
Binary 10100000 10111000 10000110 1101 0 11011 11100 1011001 11010 111110

Color Harmonies of #A0B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B886

Black with #A0B886

Text Example


Text Example

White with #A0B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B886; }

 p { color: rgb(160,184,134); }

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

background-color css

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

 a { background-color: rgb(160,184,134); }

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

border-color css

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

 span { border-color: rgb(160,184,134); }

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