Html Css Color HEX #A5B395 Norway

📋 copy color: '#A5B395'

red 165 ◦ green 179 ◦ blue 149

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

Shades of Norway #A5B395

Tints of Norway #A5B395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 33.47%
G = 36.31%
B = 30.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#A5B395 (or 0xA5B395) is known color: Norway. HEX triplet: A5, B3 and 95. RGB value is (165,179,149). Sum of RGB (Red+Green+Blue) = 165+179+149=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B395 is #5A4C6A. Grayscale: #ABABAB. Windows color (decimal): -5917803 or 9810853. OLE color: 9810853.

HSL color Cylindrical-coordinate representation of color #A5B395: hue angle of 88º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5B395 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 149 -
CMYK 0.08 0 0.17 0.30
HSL 88º 0.16% 0.64% -
HSV(B) 88º 0.17% 0.7% -
XYZ 37.06 42.41 34.67 -
YUV 171.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 165 179 149 0.08 0 0.17 0.30 88 0.16 0.64
Hex A5 B3 95 8 0 11 1E 58 10 40
Octal 245 263 225 10 0 21 36 130 20 100
Binary 10100101 10110011 10010101 1000 0 10001 11110 1011000 10000 1000000

Color Harmonies of #A5B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B395

Black with #A5B395

Text Example


Text Example

White with #A5B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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