Html Css Color HEX #A5B38C Norway

📋 copy color: '#A5B38C'

red 165 ◦ green 179 ◦ blue 140

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

Shades of Norway #A5B38C

Tints of Norway #A5B38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 34.09%
G = 36.98%
B = 28.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#A5B38C (or 0xA5B38C) is known color: Norway. HEX triplet: A5, B3 and 8C. RGB value is (165,179,140). Sum of RGB (Red+Green+Blue) = 165+179+140=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B38C is #5A4C73. Grayscale: #AAAAAA. Windows color (decimal): -5917812 or 9221029. OLE color: 9221029.

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

Color convert

RGB 165 179 140 -
CMYK 0.08 0 0.22 0.30
HSL 81.54º 0.2% 0.63% -
HSV(B) 81.54º 0.22% 0.7% -
XYZ 36.37 42.13 31.03 -
YUV 170.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 165 179 140 0.08 0 0.22 0.30 81.54 0.2 0.63
Hex A5 B3 8C 8 0 16 1E 52 14 3F
Octal 245 263 214 10 0 26 36 122 24 77
Binary 10100101 10110011 10001100 1000 0 10110 11110 1010010 10100 111111

Color Harmonies of #A5B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B38C

Black with #A5B38C

Text Example


Text Example

White with #A5B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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