Html Css Color HEX #A0B485 Norway

📋 copy color: '#A0B485'

red 160 ◦ green 180 ◦ blue 133

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

Shades of Norway #A0B485

Tints of Norway #A0B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 33.83%
G = 38.05%
B = 28.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A0B485 (or 0xA0B485) is known color: Norway. HEX triplet: A0, B4 and 85. RGB value is (160,180,133). Sum of RGB (Red+Green+Blue) = 160+180+133=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B485 is #5F4B7A. Grayscale: #A8A8A8. Windows color (decimal): -6245243 or 8762528. OLE color: 8762528.

HSL color Cylindrical-coordinate representation of color #A0B485: hue angle of 85.53º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0B485 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 133 -
CMYK 0.11 0 0.26 0.29
HSL 85.53º 0.24% 0.61% -
HSV(B) 85.53º 0.26% 0.71% -
XYZ 35.05 41.81 28.41 -
YUV 168.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 160 180 133 0.11 0 0.26 0.29 85.53 0.24 0.61
Hex A0 B4 85 B 0 1A 1D 56 18 3D
Octal 240 264 205 13 0 32 35 126 30 75
Binary 10100000 10110100 10000101 1011 0 11010 11101 1010110 11000 111101

Color Harmonies of #A0B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B485

Black with #A0B485

Text Example


Text Example

White with #A0B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B485; }

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

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

background-color css

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

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

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

border-color css

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

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

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