Html Css Color HEX #A8B791 Norway

📋 copy color: '#A8B791'

red 168 ◦ green 183 ◦ blue 145

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

Shades of Norway #A8B791

Tints of Norway #A8B791

RGB

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

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

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

R = 33.87%
G = 36.9%
B = 29.23%

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

#A8B791 (or 0xA8B791) is known color: Norway. HEX triplet: A8, B7 and 91. RGB value is (168,183,145). Sum of RGB (Red+Green+Blue) = 168+183+145=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B791 is #57486E. Grayscale: #AEAEAE. Windows color (decimal): -5720175 or 9549736. OLE color: 9549736.

HSL color Cylindrical-coordinate representation of color #A8B791: hue angle of 83.68º 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 #A8B791 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 145 -
CMYK 0.08 0 0.21 0.28
HSL 83.68º 0.21% 0.64% -
HSV(B) 83.68º 0.21% 0.72% -
XYZ 38.19 44.24 33.31 -
YUV 174.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 168 183 145 0.08 0 0.21 0.28 83.68 0.21 0.64
Hex A8 B7 91 8 0 15 1C 54 15 40
Octal 250 267 221 10 0 25 34 124 25 100
Binary 10101000 10110111 10010001 1000 0 10101 11100 1010100 10101 1000000

Color Harmonies of #A8B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B791

Black with #A8B791

Text Example


Text Example

White with #A8B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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