Html Css Color HEX #A5B795 Norway

📋 copy color: '#A5B795'

red 165 ◦ green 183 ◦ blue 149

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

Shades of Norway #A5B795

Tints of Norway #A5B795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 33.2%
G = 36.82%
B = 29.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#A5B795 (or 0xA5B795) is known color: Norway. HEX triplet: A5, B7 and 95. RGB value is (165,183,149). Sum of RGB (Red+Green+Blue) = 165+183+149=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B795 is #5A486A. Grayscale: #ADADAD. Windows color (decimal): -5916779 or 9811877. OLE color: 9811877.

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

Color convert

RGB 165 183 149 -
CMYK 0.10 0 0.19 0.28
HSL 91.76º 0.19% 0.65% -
HSV(B) 91.76º 0.19% 0.72% -
XYZ 37.88 44.04 34.94 -
YUV 173.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 165 183 149 0.10 0 0.19 0.28 91.76 0.19 0.65
Hex A5 B7 95 A 0 13 1C 5C 13 41
Octal 245 267 225 12 0 23 34 134 23 101
Binary 10100101 10110111 10010101 1010 0 10011 11100 1011100 10011 1000001

Color Harmonies of #A5B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B795

Black with #A5B795

Text Example


Text Example

White with #A5B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B795; }

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

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

background-color css

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

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

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

border-color css

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

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

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