Html Css Color HEX #A8B49B Norway

📋 copy color: '#A8B49B'

red 168 ◦ green 180 ◦ blue 155

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

Shades of Norway #A8B49B

Tints of Norway #A8B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 33.4%
G = 35.79%
B = 30.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A8B49B (or 0xA8B49B) is known color: Norway. HEX triplet: A8, B4 and 9B. RGB value is (168,180,155). Sum of RGB (Red+Green+Blue) = 168+180+155=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B49B is #574B64. Grayscale: #ADADAD. Windows color (decimal): -5720933 or 10204328. OLE color: 10204328.

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

Color convert

RGB 168 180 155 -
CMYK 0.07 0 0.14 0.29
HSL 88.8º 0.14% 0.66% -
HSV(B) 88.8º 0.14% 0.71% -
XYZ 38.39 43.33 37.35 -
YUV 173.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 168 180 155 0.07 0 0.14 0.29 88.8 0.14 0.66
Hex A8 B4 9B 7 0 E 1D 59 E 42
Octal 250 264 233 7 0 16 35 131 16 102
Binary 10101000 10110100 10011011 111 0 1110 11101 1011001 1110 1000010

Color Harmonies of #A8B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B49B

Black with #A8B49B

Text Example


Text Example

White with #A8B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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