Html Css Color HEX #A7B69A Norway

📋 copy color: '#A7B69A'

red 167 ◦ green 182 ◦ blue 154

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

Shades of Norway #A7B69A

Tints of Norway #A7B69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 33.2%
G = 36.18%
B = 30.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A7B69A (or 0xA7B69A) is known color: Norway. HEX triplet: A7, B6 and 9A. RGB value is (167,182,154). Sum of RGB (Red+Green+Blue) = 167+182+154=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B69A is #584965. Grayscale: #AEAEAE. Windows color (decimal): -5785958 or 10139303. OLE color: 10139303.

HSL color Cylindrical-coordinate representation of color #A7B69A: hue angle of 92.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B69A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 182 154 -
CMYK 0.08 0 0.15 0.29
HSL 92.14º 0.16% 0.66% -
HSV(B) 92.14º 0.15% 0.71% -
XYZ 38.5 44 37.04 -
YUV 174.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 167 182 154 0.08 0 0.15 0.29 92.14 0.16 0.66
Hex A7 B6 9A 8 0 F 1D 5C 10 42
Octal 247 266 232 10 0 17 35 134 20 102
Binary 10100111 10110110 10011010 1000 0 1111 11101 1011100 10000 1000010

Color Harmonies of #A7B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B69A

Black with #A7B69A

Text Example


Text Example

White with #A7B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B69A; }

 p { color: rgb(167,182,154); }

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

background-color css

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

 a { background-color: rgb(167,182,154); }

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

border-color css

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

 span { border-color: rgb(167,182,154); }

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