Html Css Color HEX #A4B099 Norway

📋 copy color: '#A4B099'

red 164 ◦ green 176 ◦ blue 153

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

Shades of Norway #A4B099

Tints of Norway #A4B099

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

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

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

R = 33.27%
G = 35.7%
B = 31.03%

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

#A4B099 (or 0xA4B099) is known color: Norway. HEX triplet: A4, B0 and 99. RGB value is (164,176,153). Sum of RGB (Red+Green+Blue) = 164+176+153=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B099 is #5B4F66. Grayscale: #A9A9A9. Windows color (decimal): -5984103 or 10072228. OLE color: 10072228.

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

Color convert

RGB 164 176 153 -
CMYK 0.07 0 0.13 0.31
HSL 91.3º 0.13% 0.65% -
HSV(B) 91.3º 0.13% 0.69% -
XYZ 36.58 41.24 36.17 -
YUV 169.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 164 176 153 0.07 0 0.13 0.31 91.3 0.13 0.65
Hex A4 B0 99 7 0 D 1F 5B D 41
Octal 244 260 231 7 0 15 37 133 15 101
Binary 10100100 10110000 10011001 111 0 1101 11111 1011011 1101 1000001

Color Harmonies of #A4B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B099

Black with #A4B099

Text Example


Text Example

White with #A4B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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