Html Css Color HEX #A6B198 Norway

📋 copy color: '#A6B198'

red 166 ◦ green 177 ◦ blue 152

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

Shades of Norway #A6B198

Tints of Norway #A6B198

RGB

 RED value IS 166 (65.23% from 255) = 33.54%

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 33.54%
G = 35.76%
B = 30.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#A6B198 (or 0xA6B198) is known color: Norway. HEX triplet: A6, B1 and 98. RGB value is (166,177,152). Sum of RGB (Red+Green+Blue) = 166+177+152=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B198 is #594E67. Grayscale: #AAAAAA. Windows color (decimal): -5852776 or 10006950. OLE color: 10006950.

HSL color Cylindrical-coordinate representation of color #A6B198: hue angle of 86.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B198 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 177 152 -
CMYK 0.06 0 0.14 0.31
HSL 86.4º 0.14% 0.65% -
HSV(B) 86.4º 0.14% 0.69% -
XYZ 37.12 41.82 35.82 -
YUV 170.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 166 177 152 0.06 0 0.14 0.31 86.4 0.14 0.65
Hex A6 B1 98 6 0 E 1F 56 E 41
Octal 246 261 230 6 0 16 37 126 16 101
Binary 10100110 10110001 10011000 110 0 1110 11111 1010110 1110 1000001

Color Harmonies of #A6B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B198

Black with #A6B198

Text Example


Text Example

White with #A6B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B198; }

 p { color: rgb(166,177,152); }

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

background-color css

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

 a { background-color: rgb(166,177,152); }

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

border-color css

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

 span { border-color: rgb(166,177,152); }

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