Html Css Color HEX #A8B49D Norway

📋 copy color: '#A8B49D'

red 168 ◦ green 180 ◦ blue 157

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

Shades of Norway #A8B49D

Tints of Norway #A8B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 33.27%
G = 35.64%
B = 31.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A8B49D (or 0xA8B49D) is known color: Norway. HEX triplet: A8, B4 and 9D. RGB value is (168,180,157). Sum of RGB (Red+Green+Blue) = 168+180+157=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B49D is #574B62. Grayscale: #ADADAD. Windows color (decimal): -5720931 or 10335400. OLE color: 10335400.

HSL color Cylindrical-coordinate representation of color #A8B49D: hue angle of 91.3º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B49D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 157 -
CMYK 0.07 0 0.13 0.29
HSL 91.3º 0.13% 0.66% -
HSV(B) 91.3º 0.13% 0.71% -
XYZ 38.56 43.4 38.24 -
YUV 173.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 168 180 157 0.07 0 0.13 0.29 91.3 0.13 0.66
Hex A8 B4 9D 7 0 D 1D 5B D 42
Octal 250 264 235 7 0 15 35 133 15 102
Binary 10101000 10110100 10011101 111 0 1101 11101 1011011 1101 1000010

Color Harmonies of #A8B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B49D

Black with #A8B49D

Text Example


Text Example

White with #A8B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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