Html Css Color HEX #A8B49E Norway

📋 copy color: '#A8B49E'

red 168 ◦ green 180 ◦ blue 158

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

Shades of Norway #A8B49E

Tints of Norway #A8B49E

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 33.2%
G = 35.57%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A8B49E (or 0xA8B49E) is known color: Norway. HEX triplet: A8, B4 and 9E. RGB value is (168,180,158). Sum of RGB (Red+Green+Blue) = 168+180+158=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B49E is #574B61. Grayscale: #ADADAD. Windows color (decimal): -5720930 or 10400936. OLE color: 10400936.

HSL color Cylindrical-coordinate representation of color #A8B49E: hue angle of 92.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B49E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 158 -
CMYK 0.07 0 0.12 0.29
HSL 92.73º 0.13% 0.66% -
HSV(B) 92.73º 0.12% 0.71% -
XYZ 38.64 43.44 38.7 -
YUV 173.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 168 180 158 0.07 0 0.12 0.29 92.73 0.13 0.66
Hex A8 B4 9E 7 0 C 1D 5D D 42
Octal 250 264 236 7 0 14 35 135 15 102
Binary 10101000 10110100 10011110 111 0 1100 11101 1011101 1101 1000010

Color Harmonies of #A8B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B49E

Black with #A8B49E

Text Example


Text Example

White with #A8B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B49E; }

 p { color: rgb(168,180,158); }

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

background-color css

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

 a { background-color: rgb(168,180,158); }

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

border-color css

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

 span { border-color: rgb(168,180,158); }

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