Html Css Color HEX #A5B099 Norway

📋 copy color: '#A5B099'

red 165 ◦ green 176 ◦ blue 153

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

Shades of Norway #A5B099

Tints of Norway #A5B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 153 (60.16% from 255) = 30.97%

R = 33.4%
G = 35.63%
B = 30.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A5B099 (or 0xA5B099) is known color: Norway. HEX triplet: A5, B0 and 99. RGB value is (165,176,153). Sum of RGB (Red+Green+Blue) = 165+176+153=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B099 is #5A4F66. Grayscale: #AAAAAA. Windows color (decimal): -5918567 or 10072229. OLE color: 10072229.

HSL color Cylindrical-coordinate representation of color #A5B099: hue angle of 88.7º 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 #A5B099 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 153 -
CMYK 0.06 0 0.13 0.31
HSL 88.7º 0.13% 0.65% -
HSV(B) 88.7º 0.13% 0.69% -
XYZ 36.79 41.35 36.18 -
YUV 170.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 165 176 153 0.06 0 0.13 0.31 88.7 0.13 0.65
Hex A5 B0 99 6 0 D 1F 59 D 41
Octal 245 260 231 6 0 15 37 131 15 101
Binary 10100101 10110000 10011001 110 0 1101 11111 1011001 1101 1000001

Color Harmonies of #A5B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B099

Black with #A5B099

Text Example


Text Example

White with #A5B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B099; }

 p { color: rgb(165,176,153); }

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

background-color css

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

 a { background-color: rgb(165,176,153); }

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

border-color css

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

 span { border-color: rgb(165,176,153); }

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