Html Css Color HEX #A5B193 Norway

📋 copy color: '#A5B193'

red 165 ◦ green 177 ◦ blue 147

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

Shades of Norway #A5B193

Tints of Norway #A5B193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 33.74%
G = 36.2%
B = 30.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#A5B193 (or 0xA5B193) is known color: Norway. HEX triplet: A5, B1 and 93. RGB value is (165,177,147). Sum of RGB (Red+Green+Blue) = 165+177+147=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B193 is #5A4E6C. Grayscale: #AAAAAA. Windows color (decimal): -5918317 or 9679269. OLE color: 9679269.

HSL color Cylindrical-coordinate representation of color #A5B193: hue angle of 84º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5B193 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 147 -
CMYK 0.07 0 0.17 0.31
HSL 84º 0.16% 0.64% -
HSV(B) 84º 0.17% 0.69% -
XYZ 36.51 41.55 33.7 -
YUV 169.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 165 177 147 0.07 0 0.17 0.31 84 0.16 0.64
Hex A5 B1 93 7 0 11 1F 54 10 40
Octal 245 261 223 7 0 21 37 124 20 100
Binary 10100101 10110001 10010011 111 0 10001 11111 1010100 10000 1000000

Color Harmonies of #A5B193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B193

Black with #A5B193

Text Example


Text Example

White with #A5B193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B193; }

 p { color: rgb(165,177,147); }

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

background-color css

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

 a { background-color: rgb(165,177,147); }

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

border-color css

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

 span { border-color: rgb(165,177,147); }

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