Html Css Color HEX #A6B29D Norway

📋 copy color: '#A6B29D'

red 166 ◦ green 178 ◦ blue 157

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

Shades of Norway #A6B29D

Tints of Norway #A6B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 33.13%
G = 35.53%
B = 31.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A6B29D (or 0xA6B29D) is known color: Norway. HEX triplet: A6, B2 and 9D. RGB value is (166,178,157). Sum of RGB (Red+Green+Blue) = 166+178+157=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29D is #594D62. Grayscale: #ACACAC. Windows color (decimal): -5852515 or 10334886. OLE color: 10334886.

HSL color Cylindrical-coordinate representation of color #A6B29D: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B29D is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 178 157 -
CMYK 0.07 0 0.12 0.30
HSL 94.29º 0.12% 0.66% -
HSV(B) 94.29º 0.12% 0.7% -
XYZ 37.73 42.38 38.09 -
YUV 172.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 166 178 157 0.07 0 0.12 0.30 94.29 0.12 0.66
Hex A6 B2 9D 7 0 C 1E 5E C 42
Octal 246 262 235 7 0 14 36 136 14 102
Binary 10100110 10110010 10011101 111 0 1100 11110 1011110 1100 1000010

Color Harmonies of #A6B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B29D

Black with #A6B29D

Text Example


Text Example

White with #A6B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B29D; }

 p { color: rgb(166,178,157); }

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

background-color css

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

 a { background-color: rgb(166,178,157); }

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

border-color css

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

 span { border-color: rgb(166,178,157); }

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