Html Css Color HEX #A8B993 Norway

📋 copy color: '#A8B993'

red 168 ◦ green 185 ◦ blue 147

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

Shades of Norway #A8B993

Tints of Norway #A8B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 33.6%
G = 37%
B = 29.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A8B993 (or 0xA8B993) is known color: Norway. HEX triplet: A8, B9 and 93. RGB value is (168,185,147). Sum of RGB (Red+Green+Blue) = 168+185+147=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B993 is #57466C. Grayscale: #AFAFAF. Windows color (decimal): -5719661 or 9681320. OLE color: 9681320.

HSL color Cylindrical-coordinate representation of color #A8B993: hue angle of 86.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8B993 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 147 -
CMYK 0.09 0 0.21 0.27
HSL 86.84º 0.21% 0.65% -
HSV(B) 86.84º 0.21% 0.73% -
XYZ 38.76 45.13 34.27 -
YUV 175.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 168 185 147 0.09 0 0.21 0.27 86.84 0.21 0.65
Hex A8 B9 93 9 0 15 1B 57 15 41
Octal 250 271 223 11 0 25 33 127 25 101
Binary 10101000 10111001 10010011 1001 0 10101 11011 1010111 10101 1000001

Color Harmonies of #A8B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B993

Black with #A8B993

Text Example


Text Example

White with #A8B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B993; }

 p { color: rgb(168,185,147); }

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

background-color css

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

 a { background-color: rgb(168,185,147); }

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

border-color css

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

 span { border-color: rgb(168,185,147); }

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