Html Css Color HEX #A5B19A Norway

📋 copy color: '#A5B19A'

red 165 ◦ green 177 ◦ blue 154

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

Shades of Norway #A5B19A

Tints of Norway #A5B19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 33.27%
G = 35.69%
B = 31.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A5B19A (or 0xA5B19A) is known color: Norway. HEX triplet: A5, B1 and 9A. RGB value is (165,177,154). Sum of RGB (Red+Green+Blue) = 165+177+154=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B19A is #5A4E65. Grayscale: #AAAAAA. Windows color (decimal): -5918310 or 10138021. OLE color: 10138021.

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

Color convert

RGB 165 177 154 -
CMYK 0.07 0 0.13 0.31
HSL 91.3º 0.13% 0.65% -
HSV(B) 91.3º 0.13% 0.69% -
XYZ 37.07 41.78 36.68 -
YUV 170.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 165 177 154 0.07 0 0.13 0.31 91.3 0.13 0.65
Hex A5 B1 9A 7 0 D 1F 5B D 41
Octal 245 261 232 7 0 15 37 133 15 101
Binary 10100101 10110001 10011010 111 0 1101 11111 1011011 1101 1000001

Color Harmonies of #A5B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B19A

Black with #A5B19A

Text Example


Text Example

White with #A5B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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