Html Css Color HEX #A9B799 Norway

📋 copy color: '#A9B799'

red 169 ◦ green 183 ◦ blue 153

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

Shades of Norway #A9B799

Tints of Norway #A9B799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 33.47%
G = 36.24%
B = 30.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#A9B799 (or 0xA9B799) is known color: Norway. HEX triplet: A9, B7 and 99. RGB value is (169,183,153). Sum of RGB (Red+Green+Blue) = 169+183+153=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B799 is #564866. Grayscale: #AFAFAF. Windows color (decimal): -5654631 or 10074025. OLE color: 10074025.

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

Color convert

RGB 169 183 153 -
CMYK 0.08 0 0.16 0.28
HSL 88º 0.17% 0.66% -
HSV(B) 88º 0.16% 0.72% -
XYZ 39.05 44.6 36.69 -
YUV 175.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 169 183 153 0.08 0 0.16 0.28 88 0.17 0.66
Hex A9 B7 99 8 0 10 1C 58 11 42
Octal 251 267 231 10 0 20 34 130 21 102
Binary 10101001 10110111 10011001 1000 0 10000 11100 1011000 10001 1000010

Color Harmonies of #A9B799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B799

Black with #A9B799

Text Example


Text Example

White with #A9B799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B799; }

 p { color: rgb(169,183,153); }

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

background-color css

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

 a { background-color: rgb(169,183,153); }

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

border-color css

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

 span { border-color: rgb(169,183,153); }

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