Html Css Color HEX #A8B79D Norway

📋 copy color: '#A8B79D'

red 168 ◦ green 183 ◦ blue 157

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

Shades of Norway #A8B79D

Tints of Norway #A8B79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 33.07%
G = 36.02%
B = 30.91%

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

#A8B79D (or 0xA8B79D) is known color: Norway. HEX triplet: A8, B7 and 9D. RGB value is (168,183,157). Sum of RGB (Red+Green+Blue) = 168+183+157=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79D is #574862. Grayscale: #AFAFAF. Windows color (decimal): -5720163 or 10336168. OLE color: 10336168.

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

Color convert

RGB 168 183 157 -
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.17 44.63 38.45 -
YUV 175.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 168 183 157 0.08 0 0.14 0.28 94.62 0.15 0.67
Hex A8 B7 9D 8 0 E 1C 5F F 43
Octal 250 267 235 10 0 16 34 137 17 103
Binary 10101000 10110111 10011101 1000 0 1110 11100 1011111 1111 1000011

Color Harmonies of #A8B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B79D

Black with #A8B79D

Text Example


Text Example

White with #A8B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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