Html Css Color HEX #A5B98F Norway

📋 copy color: '#A5B98F'

red 165 ◦ green 185 ◦ blue 143

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

Shades of Norway #A5B98F

Tints of Norway #A5B98F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.53%

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 33.47%
G = 37.53%
B = 29.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A5B98F (or 0xA5B98F) is known color: Norway. HEX triplet: A5, B9 and 8F. RGB value is (165,185,143). Sum of RGB (Red+Green+Blue) = 165+185+143=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B98F is #5A4670. Grayscale: #AEAEAE. Windows color (decimal): -5916273 or 9419173. OLE color: 9419173.

HSL color Cylindrical-coordinate representation of color #A5B98F: hue angle of 88.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5B98F is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 143 -
CMYK 0.11 0 0.23 0.27
HSL 88.57º 0.23% 0.64% -
HSV(B) 88.57º 0.23% 0.73% -
XYZ 37.82 44.68 32.62 -
YUV 174.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 165 185 143 0.11 0 0.23 0.27 88.57 0.23 0.64
Hex A5 B9 8F B 0 17 1B 59 17 40
Octal 245 271 217 13 0 27 33 131 27 100
Binary 10100101 10111001 10001111 1011 0 10111 11011 1011001 10111 1000000

Color Harmonies of #A5B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B98F

Black with #A5B98F

Text Example


Text Example

White with #A5B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B98F; }

 p { color: rgb(165,185,143); }

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

background-color css

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

 a { background-color: rgb(165,185,143); }

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

border-color css

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

 span { border-color: rgb(165,185,143); }

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