Html Css Color HEX #A7B299 Norway

📋 copy color: '#A7B299'

red 167 ◦ green 178 ◦ blue 153

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

Shades of Norway #A7B299

Tints of Norway #A7B299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 33.53%
G = 35.74%
B = 30.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A7B299 (or 0xA7B299) is known color: Norway. HEX triplet: A7, B2 and 99. RGB value is (167,178,153). Sum of RGB (Red+Green+Blue) = 167+178+153=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B299 is #584D66. Grayscale: #ABABAB. Windows color (decimal): -5786983 or 10072743. OLE color: 10072743.

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

Color convert

RGB 167 178 153 -
CMYK 0.06 0 0.14 0.30
HSL 86.4º 0.14% 0.65% -
HSV(B) 86.4º 0.14% 0.7% -
XYZ 37.61 42.36 36.33 -
YUV 171.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 167 178 153 0.06 0 0.14 0.30 86.4 0.14 0.65
Hex A7 B2 99 6 0 E 1E 56 E 41
Octal 247 262 231 6 0 16 36 126 16 101
Binary 10100111 10110010 10011001 110 0 1110 11110 1010110 1110 1000001

Color Harmonies of #A7B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B299

Black with #A7B299

Text Example


Text Example

White with #A7B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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