Html Css Color HEX #A5B687 Norway

📋 copy color: '#A5B687'

red 165 ◦ green 182 ◦ blue 135

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

Shades of Norway #A5B687

Tints of Norway #A5B687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 34.23%
G = 37.76%
B = 28.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A5B687 (or 0xA5B687) is known color: Norway. HEX triplet: A5, B6 and 87. RGB value is (165,182,135). Sum of RGB (Red+Green+Blue) = 165+182+135=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B687 is #5A4978. Grayscale: #ABABAB. Windows color (decimal): -5917049 or 8894117. OLE color: 8894117.

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

Color convert

RGB 165 182 135 -
CMYK 0.09 0 0.26 0.29
HSL 81.7º 0.24% 0.62% -
HSV(B) 81.7º 0.26% 0.71% -
XYZ 36.62 43.2 29.33 -
YUV 171.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 165 182 135 0.09 0 0.26 0.29 81.7 0.24 0.62
Hex A5 B6 87 9 0 1A 1D 52 18 3E
Octal 245 266 207 11 0 32 35 122 30 76
Binary 10100101 10110110 10000111 1001 0 11010 11101 1010010 11000 111110

Color Harmonies of #A5B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B687

Black with #A5B687

Text Example


Text Example

White with #A5B687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B687; }

 p { color: rgb(165,182,135); }

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

background-color css

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

 a { background-color: rgb(165,182,135); }

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

border-color css

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

 span { border-color: rgb(165,182,135); }

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