Html Css Color HEX #A5B49B Norway

📋 copy color: '#A5B49B'

red 165 ◦ green 180 ◦ blue 155

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

Shades of Norway #A5B49B

Tints of Norway #A5B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31%

R = 33%
G = 36%
B = 31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A5B49B (or 0xA5B49B) is known color: Norway. HEX triplet: A5, B4 and 9B. RGB value is (165,180,155). Sum of RGB (Red+Green+Blue) = 165+180+155=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B49B is #5A4B64. Grayscale: #ACACAC. Windows color (decimal): -5917541 or 10204325. OLE color: 10204325.

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

Color convert

RGB 165 180 155 -
CMYK 0.08 0 0.14 0.29
HSL 96º 0.14% 0.66% -
HSV(B) 96º 0.14% 0.71% -
XYZ 37.75 43.01 37.32 -
YUV 172.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 165 180 155 0.08 0 0.14 0.29 96 0.14 0.66
Hex A5 B4 9B 8 0 E 1D 60 E 42
Octal 245 264 233 10 0 16 35 140 16 102
Binary 10100101 10110100 10011011 1000 0 1110 11101 1100000 1110 1000010

Color Harmonies of #A5B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B49B

Black with #A5B49B

Text Example


Text Example

White with #A5B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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