Html Css Color HEX #A6B29B Norway

📋 copy color: '#A6B29B'

red 166 ◦ green 178 ◦ blue 155

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

Shades of Norway #A6B29B

Tints of Norway #A6B29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 33.27%
G = 35.67%
B = 31.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A6B29B (or 0xA6B29B) is known color: Norway. HEX triplet: A6, B2 and 9B. RGB value is (166,178,155). Sum of RGB (Red+Green+Blue) = 166+178+155=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29B is #594D64. Grayscale: #ABABAB. Windows color (decimal): -5852517 or 10203814. OLE color: 10203814.

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

Color convert

RGB 166 178 155 -
CMYK 0.07 0 0.13 0.30
HSL 91.3º 0.13% 0.65% -
HSV(B) 91.3º 0.13% 0.7% -
XYZ 37.56 42.31 37.2 -
YUV 171.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 166 178 155 0.07 0 0.13 0.30 91.3 0.13 0.65
Hex A6 B2 9B 7 0 D 1E 5B D 41
Octal 246 262 233 7 0 15 36 133 15 101
Binary 10100110 10110010 10011011 111 0 1101 11110 1011011 1101 1000001

Color Harmonies of #A6B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B29B

Black with #A6B29B

Text Example


Text Example

White with #A6B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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