Html Css Color HEX #A0B093 Norway

📋 copy color: '#A0B093'

red 160 ◦ green 176 ◦ blue 147

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

Shades of Norway #A0B093

Tints of Norway #A0B093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 33.13%
G = 36.44%
B = 30.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A0B093 (or 0xA0B093) is known color: Norway. HEX triplet: A0, B0 and 93. RGB value is (160,176,147). Sum of RGB (Red+Green+Blue) = 160+176+147=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B093 is #5F4F6C. Grayscale: #A8A8A8. Windows color (decimal): -6246253 or 9679008. OLE color: 9679008.

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

Color convert

RGB 160 176 147 -
CMYK 0.09 0 0.16 0.31
HSL 93.1º 0.16% 0.63% -
HSV(B) 93.1º 0.16% 0.69% -
XYZ 35.29 40.63 33.59 -
YUV 167.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 160 176 147 0.09 0 0.16 0.31 93.1 0.16 0.63
Hex A0 B0 93 9 0 10 1F 5D 10 3F
Octal 240 260 223 11 0 20 37 135 20 77
Binary 10100000 10110000 10010011 1001 0 10000 11111 1011101 10000 111111

Color Harmonies of #A0B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B093

Black with #A0B093

Text Example


Text Example

White with #A0B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B093; }

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

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

background-color css

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

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

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

border-color css

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

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

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