Html Css Color HEX #A7B29D Norway

📋 copy color: '#A7B29D'

red 167 ◦ green 178 ◦ blue 157

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

Shades of Norway #A7B29D

Tints of Norway #A7B29D

RGB

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

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

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

R = 33.27%
G = 35.46%
B = 31.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A7B29D (or 0xA7B29D) is known color: Norway. HEX triplet: A7, B2 and 9D. RGB value is (167,178,157). Sum of RGB (Red+Green+Blue) = 167+178+157=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B29D is #584D62. Grayscale: #ACACAC. Windows color (decimal): -5786979 or 10334887. OLE color: 10334887.

HSL color Cylindrical-coordinate representation of color #A7B29D: hue angle of 91.43º 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 #A7B29D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 178 157 -
CMYK 0.06 0 0.12 0.30
HSL 91.43º 0.12% 0.66% -
HSV(B) 91.43º 0.12% 0.7% -
XYZ 37.94 42.49 38.1 -
YUV 172.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 167 178 157 0.06 0 0.12 0.30 91.43 0.12 0.66
Hex A7 B2 9D 6 0 C 1E 5B C 42
Octal 247 262 235 6 0 14 36 133 14 102
Binary 10100111 10110010 10011101 110 0 1100 11110 1011011 1100 1000010

Color Harmonies of #A7B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B29D

Black with #A7B29D

Text Example


Text Example

White with #A7B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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