Html Css Color HEX #A9B791 Norway

📋 copy color: '#A9B791'

red 169 ◦ green 183 ◦ blue 145

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

Shades of Norway #A9B791

Tints of Norway #A9B791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 34%
G = 36.82%
B = 29.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A9B791 (or 0xA9B791) is known color: Norway. HEX triplet: A9, B7 and 91. RGB value is (169,183,145). Sum of RGB (Red+Green+Blue) = 169+183+145=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B791 is #56486E. Grayscale: #AEAEAE. Windows color (decimal): -5654639 or 9549737. OLE color: 9549737.

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

Color convert

RGB 169 183 145 -
CMYK 0.08 0 0.21 0.28
HSL 82.11º 0.21% 0.64% -
HSV(B) 82.11º 0.21% 0.72% -
XYZ 38.41 44.35 33.32 -
YUV 174.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 169 183 145 0.08 0 0.21 0.28 82.11 0.21 0.64
Hex A9 B7 91 8 0 15 1C 52 15 40
Octal 251 267 221 10 0 25 34 122 25 100
Binary 10101001 10110111 10010001 1000 0 10101 11100 1010010 10101 1000000

Color Harmonies of #A9B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B791

Black with #A9B791

Text Example


Text Example

White with #A9B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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