Html Css Color HEX #A7B19C Norway

📋 copy color: '#A7B19C'

red 167 ◦ green 177 ◦ blue 156

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

Shades of Norway #A7B19C

Tints of Norway #A7B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 33.4%
G = 35.4%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A7B19C (or 0xA7B19C) is known color: Norway. HEX triplet: A7, B1 and 9C. RGB value is (167,177,156). Sum of RGB (Red+Green+Blue) = 167+177+156=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B19C is #584E63. Grayscale: #ABABAB. Windows color (decimal): -5787236 or 10269095. OLE color: 10269095.

HSL color Cylindrical-coordinate representation of color #A7B19C: hue angle of 88.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B19C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 156 -
CMYK 0.06 0 0.12 0.31
HSL 88.57º 0.12% 0.65% -
HSV(B) 88.57º 0.12% 0.69% -
XYZ 37.66 42.06 37.59 -
YUV 171.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 167 177 156 0.06 0 0.12 0.31 88.57 0.12 0.65
Hex A7 B1 9C 6 0 C 1F 59 C 41
Octal 247 261 234 6 0 14 37 131 14 101
Binary 10100111 10110001 10011100 110 0 1100 11111 1011001 1100 1000001

Color Harmonies of #A7B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B19C

Black with #A7B19C

Text Example


Text Example

White with #A7B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B19C; }

 p { color: rgb(167,177,156); }

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

background-color css

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

 a { background-color: rgb(167,177,156); }

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

border-color css

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

 span { border-color: rgb(167,177,156); }

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