Html Css Color HEX #A0B885 Norway

📋 copy color: '#A0B885'

red 160 ◦ green 184 ◦ blue 133

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

Shades of Norway #A0B885

Tints of Norway #A0B885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 33.54%
G = 38.57%
B = 27.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#A0B885 (or 0xA0B885) is known color: Norway. HEX triplet: A0, B8 and 85. RGB value is (160,184,133). Sum of RGB (Red+Green+Blue) = 160+184+133=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B885 is #5F477A. Grayscale: #ABABAB. Windows color (decimal): -6244219 or 8763552. OLE color: 8763552.

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

Color convert

RGB 160 184 133 -
CMYK 0.13 0 0.28 0.28
HSL 88.24º 0.26% 0.62% -
HSV(B) 88.24º 0.28% 0.72% -
XYZ 35.87 43.45 28.69 -
YUV 171.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 160 184 133 0.13 0 0.28 0.28 88.24 0.26 0.62
Hex A0 B8 85 D 0 1C 1C 58 1A 3E
Octal 240 270 205 15 0 34 34 130 32 76
Binary 10100000 10111000 10000101 1101 0 11100 11100 1011000 11010 111110

Color Harmonies of #A0B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B885

Black with #A0B885

Text Example


Text Example

White with #A0B885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B885; }

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

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

background-color css

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

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

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

border-color css

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

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

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