Html Css Color HEX #A5B589 Norway

📋 copy color: '#A5B589'

red 165 ◦ green 181 ◦ blue 137

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

Shades of Norway #A5B589

Tints of Norway #A5B589

RGB

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

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

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

R = 34.16%
G = 37.47%
B = 28.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A5B589 (or 0xA5B589) is known color: Norway. HEX triplet: A5, B5 and 89. RGB value is (165,181,137). Sum of RGB (Red+Green+Blue) = 165+181+137=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B589 is #5A4A76. Grayscale: #ABABAB. Windows color (decimal): -5917303 or 9024933. OLE color: 9024933.

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

Color convert

RGB 165 181 137 -
CMYK 0.09 0 0.24 0.29
HSL 81.82º 0.23% 0.62% -
HSV(B) 81.82º 0.24% 0.71% -
XYZ 36.56 42.85 30.01 -
YUV 171.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 165 181 137 0.09 0 0.24 0.29 81.82 0.23 0.62
Hex A5 B5 89 9 0 18 1D 52 17 3E
Octal 245 265 211 11 0 30 35 122 27 76
Binary 10100101 10110101 10001001 1001 0 11000 11101 1010010 10111 111110

Color Harmonies of #A5B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B589

Black with #A5B589

Text Example


Text Example

White with #A5B589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B589; }

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

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

background-color css

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

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

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

border-color css

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

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

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