Html Css Color HEX #ACBA9F Norway

📋 copy color: '#ACBA9F'

red 172 ◦ green 186 ◦ blue 159

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

Shades of Norway #ACBA9F

Tints of Norway #ACBA9F

RGB

 RED value IS 172 (67.58% from 255) = 33.27%

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 159 (62.5% from 255) = 30.75%

R = 33.27%
G = 35.98%
B = 30.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ACBA9F (or 0xACBA9F) is known color: Norway. HEX triplet: AC, BA and 9F. RGB value is (172,186,159). Sum of RGB (Red+Green+Blue) = 172+186+159=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA9F is #534560. Grayscale: #B2B2B2. Windows color (decimal): -5457249 or 10468012. OLE color: 10468012.

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

Color convert

RGB 172 186 159 -
CMYK 0.08 0 0.15 0.27
HSL 91.11º 0.16% 0.68% -
HSV(B) 91.11º 0.15% 0.73% -
XYZ 40.83 46.39 39.6 -
YUV 178.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 172 186 159 0.08 0 0.15 0.27 91.11 0.16 0.68
Hex AC BA 9F 8 0 F 1B 5B 10 44
Octal 254 272 237 10 0 17 33 133 20 104
Binary 10101100 10111010 10011111 1000 0 1111 11011 1011011 10000 1000100

Color Harmonies of #ACBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA9F

Black with #ACBA9F

Text Example


Text Example

White with #ACBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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