Html Css Color HEX #A6B48B Norway

📋 copy color: '#A6B48B'

red 166 ◦ green 180 ◦ blue 139

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

Shades of Norway #A6B48B

Tints of Norway #A6B48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 34.23%
G = 37.11%
B = 28.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#A6B48B (or 0xA6B48B) is known color: Norway. HEX triplet: A6, B4 and 8B. RGB value is (166,180,139). Sum of RGB (Red+Green+Blue) = 166+180+139=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B48B is #594B74. Grayscale: #ABABAB. Windows color (decimal): -5852021 or 9155750. OLE color: 9155750.

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

Color convert

RGB 166 180 139 -
CMYK 0.08 0 0.23 0.29
HSL 80.49º 0.21% 0.63% -
HSV(B) 80.49º 0.23% 0.71% -
XYZ 36.71 42.61 30.72 -
YUV 171.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 166 180 139 0.08 0 0.23 0.29 80.49 0.21 0.63
Hex A6 B4 8B 8 0 17 1D 50 15 3F
Octal 246 264 213 10 0 27 35 120 25 77
Binary 10100110 10110100 10001011 1000 0 10111 11101 1010000 10101 111111

Color Harmonies of #A6B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B48B

Black with #A6B48B

Text Example


Text Example

White with #A6B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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