Html Css Color HEX #A6B48C Norway

📋 copy color: '#A6B48C'

red 166 ◦ green 180 ◦ blue 140

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

Shades of Norway #A6B48C

Tints of Norway #A6B48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 34.16%
G = 37.04%
B = 28.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A6B48C (or 0xA6B48C) is known color: Norway. HEX triplet: A6, B4 and 8C. RGB value is (166,180,140). Sum of RGB (Red+Green+Blue) = 166+180+140=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B48C is #594B73. Grayscale: #ABABAB. Windows color (decimal): -5852020 or 9221286. OLE color: 9221286.

HSL color Cylindrical-coordinate representation of color #A6B48C: hue angle of 81º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6B48C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 140 -
CMYK 0.08 0 0.22 0.29
HSL 81º 0.21% 0.63% -
HSV(B) 81º 0.22% 0.71% -
XYZ 36.78 42.64 31.1 -
YUV 171.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 166 180 140 0.08 0 0.22 0.29 81 0.21 0.63
Hex A6 B4 8C 8 0 16 1D 51 15 3F
Octal 246 264 214 10 0 26 35 121 25 77
Binary 10100110 10110100 10001100 1000 0 10110 11101 1010001 10101 111111

Color Harmonies of #A6B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B48C

Black with #A6B48C

Text Example


Text Example

White with #A6B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B48C; }

 p { color: rgb(166,180,140); }

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

background-color css

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

 a { background-color: rgb(166,180,140); }

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

border-color css

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

 span { border-color: rgb(166,180,140); }

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