Html Css Color HEX #A5B591 Norway

📋 copy color: '#A5B591'

red 165 ◦ green 181 ◦ blue 145

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

Shades of Norway #A5B591

Tints of Norway #A5B591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 33.6%
G = 36.86%
B = 29.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#A5B591 (or 0xA5B591) is known color: Norway. HEX triplet: A5, B5 and 91. RGB value is (165,181,145). Sum of RGB (Red+Green+Blue) = 165+181+145=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B591 is #5A4A6E. Grayscale: #ACACAC. Windows color (decimal): -5917295 or 9549221. OLE color: 9549221.

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

Color convert

RGB 165 181 145 -
CMYK 0.09 0 0.20 0.29
HSL 86.67º 0.2% 0.64% -
HSV(B) 86.67º 0.2% 0.71% -
XYZ 37.15 43.09 33.15 -
YUV 172.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 165 181 145 0.09 0 0.20 0.29 86.67 0.2 0.64
Hex A5 B5 91 9 0 14 1D 57 14 40
Octal 245 265 221 11 0 24 35 127 24 100
Binary 10100101 10110101 10010001 1001 0 10100 11101 1010111 10100 1000000

Color Harmonies of #A5B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B591

Black with #A5B591

Text Example


Text Example

White with #A5B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B591; }

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

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

background-color css

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

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

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

border-color css

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

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

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