Html Css Color HEX #A4B09A Norway

📋 copy color: '#A4B09A'

red 164 ◦ green 176 ◦ blue 154

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

Shades of Norway #A4B09A

Tints of Norway #A4B09A

RGB

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

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

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

R = 33.2%
G = 35.63%
B = 31.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A4B09A (or 0xA4B09A) is known color: Norway. HEX triplet: A4, B0 and 9A. RGB value is (164,176,154). Sum of RGB (Red+Green+Blue) = 164+176+154=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B09A is #5B4F65. Grayscale: #A9A9A9. Windows color (decimal): -5984102 or 10137764. OLE color: 10137764.

HSL color Cylindrical-coordinate representation of color #A4B09A: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B09A is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 176 154 -
CMYK 0.07 0 0.12 0.31
HSL 92.73º 0.12% 0.65% -
HSV(B) 92.73º 0.13% 0.69% -
XYZ 36.67 41.28 36.61 -
YUV 169.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 164 176 154 0.07 0 0.12 0.31 92.73 0.12 0.65
Hex A4 B0 9A 7 0 C 1F 5D C 41
Octal 244 260 232 7 0 14 37 135 14 101
Binary 10100100 10110000 10011010 111 0 1100 11111 1011101 1100 1000001

Color Harmonies of #A4B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B09A

Black with #A4B09A

Text Example


Text Example

White with #A4B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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