Html Css Color HEX #A5B495 Norway

📋 copy color: '#A5B495'

red 165 ◦ green 180 ◦ blue 149

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

Shades of Norway #A5B495

Tints of Norway #A5B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 33.4%
G = 36.44%
B = 30.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A5B495 (or 0xA5B495) is known color: Norway. HEX triplet: A5, B4 and 95. RGB value is (165,180,149). Sum of RGB (Red+Green+Blue) = 165+180+149=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B495 is #5A4B6A. Grayscale: #ACACAC. Windows color (decimal): -5917547 or 9811109. OLE color: 9811109.

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

Color convert

RGB 165 180 149 -
CMYK 0.08 0 0.17 0.29
HSL 89.03º 0.17% 0.65% -
HSV(B) 89.03º 0.17% 0.71% -
XYZ 37.26 42.81 34.73 -
YUV 171.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 165 180 149 0.08 0 0.17 0.29 89.03 0.17 0.65
Hex A5 B4 95 8 0 11 1D 59 11 41
Octal 245 264 225 10 0 21 35 131 21 101
Binary 10100101 10110100 10010101 1000 0 10001 11101 1011001 10001 1000001

Color Harmonies of #A5B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B495

Black with #A5B495

Text Example


Text Example

White with #A5B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B495; }

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

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

background-color css

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

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

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

border-color css

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

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

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