Html Css Color HEX #A7B59D Norway

📋 copy color: '#A7B59D'

red 167 ◦ green 181 ◦ blue 157

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

Shades of Norway #A7B59D

Tints of Norway #A7B59D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

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

R = 33.07%
G = 35.84%
B = 31.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A7B59D (or 0xA7B59D) is known color: Norway. HEX triplet: A7, B5 and 9D. RGB value is (167,181,157). Sum of RGB (Red+Green+Blue) = 167+181+157=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B59D is #584A62. Grayscale: #AEAEAE. Windows color (decimal): -5786211 or 10335655. OLE color: 10335655.

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

Color convert

RGB 167 181 157 -
CMYK 0.08 0 0.13 0.29
HSL 95º 0.14% 0.66% -
HSV(B) 95º 0.13% 0.71% -
XYZ 38.55 43.7 38.3 -
YUV 174.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 167 181 157 0.08 0 0.13 0.29 95 0.14 0.66
Hex A7 B5 9D 8 0 D 1D 5F E 42
Octal 247 265 235 10 0 15 35 137 16 102
Binary 10100111 10110101 10011101 1000 0 1101 11101 1011111 1110 1000010

Color Harmonies of #A7B59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B59D

Black with #A7B59D

Text Example


Text Example

White with #A7B59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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