Html Css Color HEX #A8B39D Norway

📋 copy color: '#A8B39D'

red 168 ◦ green 179 ◦ blue 157

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

Shades of Norway #A8B39D

Tints of Norway #A8B39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 33.33%
G = 35.52%
B = 31.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A8B39D (or 0xA8B39D) is known color: Norway. HEX triplet: A8, B3 and 9D. RGB value is (168,179,157). Sum of RGB (Red+Green+Blue) = 168+179+157=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B39D is #574C62. Grayscale: #ADADAD. Windows color (decimal): -5721187 or 10335144. OLE color: 10335144.

HSL color Cylindrical-coordinate representation of color #A8B39D: hue angle of 90º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B39D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 157 -
CMYK 0.06 0 0.12 0.30
HSL 90º 0.13% 0.66% -
HSV(B) 90º 0.12% 0.7% -
XYZ 38.35 43 38.18 -
YUV 173.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 168 179 157 0.06 0 0.12 0.30 90 0.13 0.66
Hex A8 B3 9D 6 0 C 1E 5A D 42
Octal 250 263 235 6 0 14 36 132 15 102
Binary 10101000 10110011 10011101 110 0 1100 11110 1011010 1101 1000010

Color Harmonies of #A8B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B39D

Black with #A8B39D

Text Example


Text Example

White with #A8B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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