Html Css Color HEX #A7B29B Norway

📋 copy color: '#A7B29B'

red 167 ◦ green 178 ◦ blue 155

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

Shades of Norway #A7B29B

Tints of Norway #A7B29B

RGB

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

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

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

R = 33.4%
G = 35.6%
B = 31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A7B29B (or 0xA7B29B) is known color: Norway. HEX triplet: A7, B2 and 9B. RGB value is (167,178,155). Sum of RGB (Red+Green+Blue) = 167+178+155=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B29B is #584D64. Grayscale: #ACACAC. Windows color (decimal): -5786981 or 10203815. OLE color: 10203815.

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

Color convert

RGB 167 178 155 -
CMYK 0.06 0 0.13 0.30
HSL 88.7º 0.13% 0.65% -
HSV(B) 88.7º 0.13% 0.7% -
XYZ 37.77 42.42 37.21 -
YUV 172.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 167 178 155 0.06 0 0.13 0.30 88.7 0.13 0.65
Hex A7 B2 9B 6 0 D 1E 59 D 41
Octal 247 262 233 6 0 15 36 131 15 101
Binary 10100111 10110010 10011011 110 0 1101 11110 1011001 1101 1000001

Color Harmonies of #A7B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B29B

Black with #A7B29B

Text Example


Text Example

White with #A7B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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