Html Css Color HEX #A6B48A Norway

📋 copy color: '#A6B48A'

red 166 ◦ green 180 ◦ blue 138

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

Shades of Norway #A6B48A

Tints of Norway #A6B48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 34.3%
G = 37.19%
B = 28.51%

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

#A6B48A (or 0xA6B48A) is known color: Norway. HEX triplet: A6, B4 and 8A. RGB value is (166,180,138). Sum of RGB (Red+Green+Blue) = 166+180+138=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B48A is #594B75. Grayscale: #ABABAB. Windows color (decimal): -5852022 or 9090214. OLE color: 9090214.

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

Color convert

RGB 166 180 138 -
CMYK 0.08 0 0.23 0.29
HSL 80º 0.22% 0.62% -
HSV(B) 80º 0.23% 0.71% -
XYZ 36.63 42.58 30.33 -
YUV 171.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 166 180 138 0.08 0 0.23 0.29 80 0.22 0.62
Hex A6 B4 8A 8 0 17 1D 50 16 3E
Octal 246 264 212 10 0 27 35 120 26 76
Binary 10100110 10110100 10001010 1000 0 10111 11101 1010000 10110 111110

Color Harmonies of #A6B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B48A

Black with #A6B48A

Text Example


Text Example

White with #A6B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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