Html Css Color HEX #A5B797 Norway

📋 copy color: '#A5B797'

red 165 ◦ green 183 ◦ blue 151

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

Shades of Norway #A5B797

Tints of Norway #A5B797

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

 GREEN value IS 183 (71.88% from 255) = 36.67%

 BLUE value IS 151 (59.38% from 255) = 30.26%

R = 33.07%
G = 36.67%
B = 30.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#A5B797 (or 0xA5B797) is known color: Norway. HEX triplet: A5, B7 and 97. RGB value is (165,183,151). Sum of RGB (Red+Green+Blue) = 165+183+151=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B797 is #5A4868. Grayscale: #AEAEAE. Windows color (decimal): -5916777 or 9942949. OLE color: 9942949.

HSL color Cylindrical-coordinate representation of color #A5B797: hue angle of 93.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5B797 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 151 -
CMYK 0.10 0 0.17 0.28
HSL 93.75º 0.18% 0.65% -
HSV(B) 93.75º 0.17% 0.72% -
XYZ 38.04 44.1 35.79 -
YUV 173.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 165 183 151 0.10 0 0.17 0.28 93.75 0.18 0.65
Hex A5 B7 97 A 0 11 1C 5E 12 41
Octal 245 267 227 12 0 21 34 136 22 101
Binary 10100101 10110111 10010111 1010 0 10001 11100 1011110 10010 1000001

Color Harmonies of #A5B797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B797

Black with #A5B797

Text Example


Text Example

White with #A5B797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B797; }

 p { color: rgb(165,183,151); }

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

background-color css

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

 a { background-color: rgb(165,183,151); }

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

border-color css

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

 span { border-color: rgb(165,183,151); }

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