Html Css Color HEX #A5B889 Norway

📋 copy color: '#A5B889'

red 165 ◦ green 184 ◦ blue 137

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

Shades of Norway #A5B889

Tints of Norway #A5B889

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 33.95%
G = 37.86%
B = 28.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A5B889 (or 0xA5B889) is known color: Norway. HEX triplet: A5, B8 and 89. RGB value is (165,184,137). Sum of RGB (Red+Green+Blue) = 165+184+137=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B889 is #5A4776. Grayscale: #ADADAD. Windows color (decimal): -5916535 or 9025701. OLE color: 9025701.

HSL color Cylindrical-coordinate representation of color #A5B889: hue angle of 84.26º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B889 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 137 -
CMYK 0.10 0 0.26 0.28
HSL 84.26º 0.25% 0.63% -
HSV(B) 84.26º 0.26% 0.72% -
XYZ 37.17 44.09 30.22 -
YUV 172.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 165 184 137 0.10 0 0.26 0.28 84.26 0.25 0.63
Hex A5 B8 89 A 0 1A 1C 54 19 3F
Octal 245 270 211 12 0 32 34 124 31 77
Binary 10100101 10111000 10001001 1010 0 11010 11100 1010100 11001 111111

Color Harmonies of #A5B889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B889

Black with #A5B889

Text Example


Text Example

White with #A5B889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B889; }

 p { color: rgb(165,184,137); }

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

background-color css

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

 a { background-color: rgb(165,184,137); }

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

border-color css

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

 span { border-color: rgb(165,184,137); }

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