Html Css Color HEX #A5B595 Norway

📋 copy color: '#A5B595'

red 165 ◦ green 181 ◦ blue 149

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

Shades of Norway #A5B595

Tints of Norway #A5B595

RGB

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

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

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

R = 33.33%
G = 36.57%
B = 30.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A5B595 (or 0xA5B595) is known color: Norway. HEX triplet: A5, B5 and 95. RGB value is (165,181,149). Sum of RGB (Red+Green+Blue) = 165+181+149=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B595 is #5A4A6A. Grayscale: #ACACAC. Windows color (decimal): -5917291 or 9811365. OLE color: 9811365.

HSL color Cylindrical-coordinate representation of color #A5B595: hue angle of 90º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5B595 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 149 -
CMYK 0.09 0 0.18 0.29
HSL 90º 0.18% 0.65% -
HSV(B) 90º 0.18% 0.71% -
XYZ 37.47 43.22 34.8 -
YUV 172.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 165 181 149 0.09 0 0.18 0.29 90 0.18 0.65
Hex A5 B5 95 9 0 12 1D 5A 12 41
Octal 245 265 225 11 0 22 35 132 22 101
Binary 10100101 10110101 10010101 1001 0 10010 11101 1011010 10010 1000001

Color Harmonies of #A5B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B595

Black with #A5B595

Text Example


Text Example

White with #A5B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B595; }

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

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

background-color css

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

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

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

border-color css

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

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

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