Html Css Color HEX #A5B39C Norway

📋 copy color: '#A5B39C'

red 165 ◦ green 179 ◦ blue 156

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

Shades of Norway #A5B39C

Tints of Norway #A5B39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 33%
G = 35.8%
B = 31.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A5B39C (or 0xA5B39C) is known color: Norway. HEX triplet: A5, B3 and 9C. RGB value is (165,179,156). Sum of RGB (Red+Green+Blue) = 165+179+156=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B39C is #5A4C63. Grayscale: #ACACAC. Windows color (decimal): -5917796 or 10269605. OLE color: 10269605.

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

Color convert

RGB 165 179 156 -
CMYK 0.08 0 0.13 0.30
HSL 96.52º 0.13% 0.66% -
HSV(B) 96.52º 0.13% 0.7% -
XYZ 37.64 42.64 37.7 -
YUV 172.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 165 179 156 0.08 0 0.13 0.30 96.52 0.13 0.66
Hex A5 B3 9C 8 0 D 1E 61 D 42
Octal 245 263 234 10 0 15 36 141 15 102
Binary 10100101 10110011 10011100 1000 0 1101 11110 1100001 1101 1000010

Color Harmonies of #A5B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B39C

Black with #A5B39C

Text Example


Text Example

White with #A5B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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