Html Css Color HEX #A5B39A Norway

📋 copy color: '#A5B39A'

red 165 ◦ green 179 ◦ blue 154

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

Shades of Norway #A5B39A

Tints of Norway #A5B39A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

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

R = 33.13%
G = 35.94%
B = 30.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A5B39A (or 0xA5B39A) is known color: Norway. HEX triplet: A5, B3 and 9A. RGB value is (165,179,154). Sum of RGB (Red+Green+Blue) = 165+179+154=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B39A is #5A4C65. Grayscale: #ACACAC. Windows color (decimal): -5917798 or 10138533. OLE color: 10138533.

HSL color Cylindrical-coordinate representation of color #A5B39A: hue angle of 93.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B39A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 154 -
CMYK 0.08 0 0.14 0.30
HSL 93.6º 0.14% 0.65% -
HSV(B) 93.6º 0.14% 0.7% -
XYZ 37.47 42.57 36.81 -
YUV 171.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 165 179 154 0.08 0 0.14 0.30 93.6 0.14 0.65
Hex A5 B3 9A 8 0 E 1E 5E E 41
Octal 245 263 232 10 0 16 36 136 16 101
Binary 10100101 10110011 10011010 1000 0 1110 11110 1011110 1110 1000001

Color Harmonies of #A5B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B39A

Black with #A5B39A

Text Example


Text Example

White with #A5B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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