Html Css Color HEX #A0B085 Norway

📋 copy color: '#A0B085'

red 160 ◦ green 176 ◦ blue 133

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

Shades of Norway #A0B085

Tints of Norway #A0B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.53%

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

R = 34.12%
G = 37.53%
B = 28.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#A0B085 (or 0xA0B085) is known color: Norway. HEX triplet: A0, B0 and 85. RGB value is (160,176,133). Sum of RGB (Red+Green+Blue) = 160+176+133=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B085 is #5F4F7A. Grayscale: #A6A6A6. Windows color (decimal): -6246267 or 8761504. OLE color: 8761504.

HSL color Cylindrical-coordinate representation of color #A0B085: hue angle of 82.33º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0B085 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 133 -
CMYK 0.09 0 0.24 0.31
HSL 82.33º 0.21% 0.61% -
HSV(B) 82.33º 0.24% 0.69% -
XYZ 34.26 40.22 28.15 -
YUV 166.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 160 176 133 0.09 0 0.24 0.31 82.33 0.21 0.61
Hex A0 B0 85 9 0 18 1F 52 15 3D
Octal 240 260 205 11 0 30 37 122 25 75
Binary 10100000 10110000 10000101 1001 0 11000 11111 1010010 10101 111101

Color Harmonies of #A0B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B085

Black with #A0B085

Text Example


Text Example

White with #A0B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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