Html Css Color HEX #A0B28E Norway

📋 copy color: '#A0B28E'

red 160 ◦ green 178 ◦ blue 142

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

Shades of Norway #A0B28E

Tints of Norway #A0B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 33.33%
G = 37.08%
B = 29.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#A0B28E (or 0xA0B28E) is known color: Norway. HEX triplet: A0, B2 and 8E. RGB value is (160,178,142). Sum of RGB (Red+Green+Blue) = 160+178+142=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B28E is #5F4D71. Grayscale: #A8A8A8. Windows color (decimal): -6245746 or 9351840. OLE color: 9351840.

HSL color Cylindrical-coordinate representation of color #A0B28E: hue angle of 90º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0B28E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 142 -
CMYK 0.10 0 0.20 0.30
HSL 90º 0.19% 0.63% -
HSV(B) 90º 0.2% 0.7% -
XYZ 35.3 41.27 31.7 -
YUV 168.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 160 178 142 0.10 0 0.20 0.30 90 0.19 0.63
Hex A0 B2 8E A 0 14 1E 5A 13 3F
Octal 240 262 216 12 0 24 36 132 23 77
Binary 10100000 10110010 10001110 1010 0 10100 11110 1011010 10011 111111

Color Harmonies of #A0B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B28E

Black with #A0B28E

Text Example


Text Example

White with #A0B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B28E; }

 p { color: rgb(160,178,142); }

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

background-color css

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

 a { background-color: rgb(160,178,142); }

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

border-color css

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

 span { border-color: rgb(160,178,142); }

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