Html Css Color HEX #A9B89E Norway

📋 copy color: '#A9B89E'

red 169 ◦ green 184 ◦ blue 158

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

Shades of Norway #A9B89E

Tints of Norway #A9B89E

RGB

 RED value IS 169 (66.41% from 255) = 33.07%

 GREEN value IS 184 (72.27% from 255) = 36.01%

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

R = 33.07%
G = 36.01%
B = 30.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#A9B89E (or 0xA9B89E) is known color: Norway. HEX triplet: A9, B8 and 9E. RGB value is (169,184,158). Sum of RGB (Red+Green+Blue) = 169+184+158=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B89E is #564761. Grayscale: #B0B0B0. Windows color (decimal): -5654370 or 10401961. OLE color: 10401961.

HSL color Cylindrical-coordinate representation of color #A9B89E: hue angle of 94.62º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9B89E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 184 158 -
CMYK 0.08 0 0.14 0.28
HSL 94.62º 0.15% 0.67% -
HSV(B) 94.62º 0.14% 0.72% -
XYZ 39.67 45.18 38.98 -
YUV 176.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 169 184 158 0.08 0 0.14 0.28 94.62 0.15 0.67
Hex A9 B8 9E 8 0 E 1C 5F F 43
Octal 251 270 236 10 0 16 34 137 17 103
Binary 10101001 10111000 10011110 1000 0 1110 11100 1011111 1111 1000011

Color Harmonies of #A9B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B89E

Black with #A9B89E

Text Example


Text Example

White with #A9B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B89E; }

 p { color: rgb(169,184,158); }

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

background-color css

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

 a { background-color: rgb(169,184,158); }

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

border-color css

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

 span { border-color: rgb(169,184,158); }

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