Html Css Color HEX #A7B29F Norway

📋 copy color: '#A7B29F'

red 167 ◦ green 178 ◦ blue 159

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

Shades of Norway #A7B29F

Tints of Norway #A7B29F

RGB

 RED value IS 167 (65.63% from 255) = 33.13%

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

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 33.13%
G = 35.32%
B = 31.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#A7B29F (or 0xA7B29F) is known color: Norway. HEX triplet: A7, B2 and 9F. RGB value is (167,178,159). Sum of RGB (Red+Green+Blue) = 167+178+159=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B29F is #584D60. Grayscale: #ACACAC. Windows color (decimal): -5786977 or 10465959. OLE color: 10465959.

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

Color convert

RGB 167 178 159 -
CMYK 0.06 0 0.11 0.30
HSL 94.74º 0.11% 0.66% -
HSV(B) 94.74º 0.11% 0.7% -
XYZ 38.11 42.56 39.01 -
YUV 172.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 167 178 159 0.06 0 0.11 0.30 94.74 0.11 0.66
Hex A7 B2 9F 6 0 B 1E 5F B 42
Octal 247 262 237 6 0 13 36 137 13 102
Binary 10100111 10110010 10011111 110 0 1011 11110 1011111 1011 1000010

Color Harmonies of #A7B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B29F

Black with #A7B29F

Text Example


Text Example

White with #A7B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B29F; }

 p { color: rgb(167,178,159); }

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

background-color css

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

 a { background-color: rgb(167,178,159); }

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

border-color css

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

 span { border-color: rgb(167,178,159); }

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