#ACBA9A

Color #ACBA9A Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ACBA9A

Tints of Norway #ACBA9A

Color information

#ACBA9A (or 0xACBA9A) is unknown color: approx Norway. HEX triplet: AC, BA and 9A. RGB value is (172,186,154). Sum of RGB (Red+Green+Blue) = 172+186+154=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA9A is #534565. Grayscale: #B2B2B2. Windows color (decimal): -5457254 or 10140332. OLE color: 10140332.

HSL color Cylindrical-coordinate representation of color #ACBA9A: hue angle of 86.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBA9A is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB172186154-
CMYK0.0800.170.27
HSL86.25º18.82%66.67%-
HSV(B)86.25º17.2%72.94%-
XYZ40.446.2237.36-
YUV178.17114.36123.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=33.59%
G=36.33%
B=30.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861540.0800.170.2786.2518.8266.67
HexACBA9A80111B561343
Octal254272232100213312623103
Binary1010110010111010100110101000010001110111010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA9A; }

 p { color: rgb(172,186,154); }

 H1.HeaderClassName
 {
   color: #ACBA9A;
 }
 .AnyTagClassName
 {
   color: #ACBA9A;
 }
</style>
background-color css

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

 a { background-color: rgb(172,186,154); }

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

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

 span { border-color: rgb(172,186,154); }

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